From 50b084768c831b56e488c8bd6101828cc9c54b9b Mon Sep 17 00:00:00 2001 From: "Colin B. Macdonald" Date: Mon, 21 Aug 2023 13:08:44 -0700 Subject: [PATCH] Fix up the NEWS file after the 0.1.3 release In v0.1.3 we accidentally overwrote the NEWS entry for v0.1.3. Redo that. --- NEWS.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/NEWS.md b/NEWS.md index 29fea9a..1a1a310 100644 --- a/NEWS.md +++ b/NEWS.md @@ -16,9 +16,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - ## [0.1.3] - 2023-08-19 +### Changed +- Fixes to dependencies and install instructions. + + +## [0.1.2] - 2023-07-23 + ### Added - New command `pythonic` to get information about the package. @@ -37,5 +42,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 This is the first release of the Octave Pythonic package. -[Unreleased]: https://gitlab.com/gnu-octave/octave-pythonic/-/compare/v0.1.2...main +[Unreleased]: https://gitlab.com/gnu-octave/octave-pythonic/-/compare/v0.1.3...main +[0.1.3]: https://gitlab.com/gnu-octave/octave-pythonic/-/compare/v0.1.2...v0.1.3 [0.1.2]: https://gitlab.com/gnu-octave/octave-pythonic/-/compare/v0.0.1...v0.1.2 -- GitLab