Skip to content

Commit

Permalink
chore(release): 4.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
protyposis committed Jan 30, 2024
1 parent c18b299 commit 42b3186
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

All notable changes to this project will be documented in this file. See [commit-and-tag-version](https://github.com/absolute-version/commit-and-tag-version) for commit guidelines.

## [4.2.1](https://github.com/protyposis/Aurio/compare/v4.2.0...v4.2.1) (2024-01-30)


### Bug Fixes

* FFmpeg end-of-stream handling breaks stream contract ([c18b299](https://github.com/protyposis/Aurio/commit/c18b29947535beed25957a0380f741b78cccc168))
* FFmpeg sometimes seeks one frame too far ([8d33d6a](https://github.com/protyposis/Aurio/commit/8d33d6a9a96c929ca9bff2295fc828b76ad812d1))
* initial position not zero when first PTS not zero ([8867464](https://github.com/protyposis/Aurio/commit/88674643560ecc977f4048434eb3ac553d3e1582))
* wrongly accepted first PTS when file not seekable ([4c16721](https://github.com/protyposis/Aurio/commit/4c167213c10fc5ebf02b5b00e4b7f18fb60e4b32))

## [4.2.0](https://github.com/protyposis/Aurio/compare/v4.1.0...v4.2.0) (2024-01-27)


Expand Down
2 changes: 1 addition & 1 deletion src/Directory.Build.props
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<Company>Mario Guggenberger / protyposis.net</Company>
<Product>Aurio Audio Processing, Analysis and Retrieval Library</Product>
<Copyright>Copyright © 2010-$([System.DateTime]::Now.ToString(yyyy)) Mario Guggenberger</Copyright>
<Version>4.2.0</Version>
<Version>4.2.1</Version>
<!-- Prevent default fallback to .net7.0: https://csharpier.com/docs/MsBuild#target-frameworks -->
<CSharpier_FrameworkVersion>net6.0</CSharpier_FrameworkVersion>
<!-- nuget package metadata -->
Expand Down

0 comments on commit 42b3186

Please sign in to comment.