diff --git a/CHANGELOG.md b/CHANGELOG.md index e57932b..36b38f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,8 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] + +## [0.1.1] - 2023-06-22 ### Fixed - fixed pypi classifiers @@ -49,9 +51,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), - Pml for 1D and 3D simulations. - Plotting functions of `jwave.utils` now work with both `Field`s and arrays. -[Unreleased]: https://github.com/ucl-bug/jwave/compare/0.1.0...master +[Unreleased]: https://github.com/ucl-bug/jwave/compare/0.1.1...master +[0.1.1]: https://github.com/ucl-bug/jwave/compare/0.1.0...0.1.1 [0.1.0]: https://github.com/ucl-bug/jwave/compare/0.0.4...0.1.0 [0.0.4]: https://github.com/ucl-bug/jwave/compare/0.0.3...0.0.4 [0.0.3]: https://github.com/ucl-bug/jwave/compare/0.0.2...0.0.3 [0.0.2]: https://github.com/ucl-bug/jwave/compare/0.0.1...0.0.2 [0.0.1]: https://github.com/ucl-bug/jwave/releases/tag/0.0.1 + diff --git a/pyproject.toml b/pyproject.toml index 372ed08..a1e0633 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "jwave" -version = "0.1.0" +version = "0.1.1" description = "Fast and differentiable acoustic simulations in JAX." authors = [ "Antonio Stanziola ",