Skip to content

Commit

Permalink
Update changelog and bump version to 0.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
YannickJadoul committed Oct 11, 2024
1 parent afd742f commit 9404fc4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 3 deletions.
8 changes: 6 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]

_Nothing yet_

## [0.4.5] - 2024-10-11
### Fixed
- Fixed compilation issues of source distribution on certain platforms, due to unintentional X11 dependency in `sendpraat.c`.

## [0.4.4] - 2024-07-30
### Fixed
- Fixed compatibility with NumPy 2.
Expand Down Expand Up @@ -123,7 +126,8 @@ _Nothing yet_
- Main functionality of `Thing`, `Data`, `Matrix`, `Vector`, `Sound`, `Spectrum`, `Spectrogram`, and `Intensity` classes. Preliminary implementations of `Pitch`, `Harmonicity`, `Formant`, and `MFCC`.
- Basic Travis CI configuration.

[Unreleased]: https://github.com/YannickJadoul/Parselmouth/compare/v0.4.4...HEAD
[Unreleased]: https://github.com/YannickJadoul/Parselmouth/compare/v0.4.5...HEAD
[0.4.5]: https://github.com/YannickJadoul/Parselmouth/compare/v0.4.4...v0.4.5
[0.4.4]: https://github.com/YannickJadoul/Parselmouth/compare/v0.4.3...v0.4.4
[0.4.3]: https://github.com/YannickJadoul/Parselmouth/compare/v0.4.2...v0.4.3
[0.4.2]: https://github.com/YannickJadoul/Parselmouth/compare/v0.4.1...v0.4.2
Expand Down
2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
* along with Parselmouth. If not, see <http://www.gnu.org/licenses/>
*/

#define PARSELMOUTH_VERSION 0.4.4
#define PARSELMOUTH_VERSION 0.4.5

0 comments on commit 9404fc4

Please # to comment.