diff --git a/CHANGELOG.md b/CHANGELOG.md index 691b068..23ae920 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## [1.0.3](https://github.com/deshaw/nbstripout-fast/compare/v1.0.2...v1.0.3) (2024-01-01) +### Fixed +- maxOS Support + ## [1.0.2](https://github.com/deshaw/nbstripout-fast/compare/v1.0.1...v1.0.2) (2023-09-18) ### Fixed - Do not overwrite file if contents are identical [#9](https://github.com/deshaw/nbstripout-fast/issues/9) @@ -14,4 +18,4 @@ - Public release The project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html) and -this CHANGELOG follows the [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) standard. \ No newline at end of file +this CHANGELOG follows the [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) standard. diff --git a/Cargo.toml b/Cargo.toml index dd4c7fd..0e65c87 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nbstripout-fast" -version = "1.0.2" +version = "1.0.3" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html