From 9404fc4c31eb5bbac601bf9baea04769eec9cab7 Mon Sep 17 00:00:00 2001 From: Yannick Jadoul Date: Fri, 11 Oct 2024 11:48:09 +0200 Subject: [PATCH] Update changelog and bump version to 0.4.5 --- CHANGELOG.md | 8 ++++++-- src/version.h | 2 +- 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc3a663a..696dfdf7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. @@ -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 diff --git a/src/version.h b/src/version.h index f8c01edb..90974ab5 100644 --- a/src/version.h +++ b/src/version.h @@ -17,4 +17,4 @@ * along with Parselmouth. If not, see */ -#define PARSELMOUTH_VERSION 0.4.4 +#define PARSELMOUTH_VERSION 0.4.5