Skip to content

Commit

Permalink
Update changelog and bump version to 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
YannickJadoul committed Nov 6, 2022
1 parent a4310b7 commit 84c058f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a

## [Unreleased]

_Nothing yet_

## [0.4.2] - 2022-11-06
### Added
- Added support for Python 3.11 and PyPy 3.9.

## [0.4.1] - 2022-02-01
### Added
- Added support for Python 3.10 and PyPy 3.8.
Expand Down Expand Up @@ -109,7 +115,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
- 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.1...HEAD
[Unreleased]: https://github.com/YannickJadoul/Parselmouth/compare/v0.4.2...HEAD
[0.4.2]: https://github.com/YannickJadoul/Parselmouth/compare/v0.4.1...v0.4.2
[0.4.1]: https://github.com/YannickJadoul/Parselmouth/compare/v0.4.0...v0.4.1
[0.4.0]: https://github.com/YannickJadoul/Parselmouth/compare/v0.3.3...v0.4.0
[0.3.3]: https://github.com/YannickJadoul/Parselmouth/compare/v0.3.2...v0.3.3
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.1
#define PARSELMOUTH_VERSION 0.4.2

0 comments on commit 84c058f

Please sign in to comment.