Skip to content

Commit

Permalink
Prep for release
Browse files Browse the repository at this point in the history
  • Loading branch information
mlucool committed Jan 1, 2024
1 parent 19297aa commit ad1f77c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)
Expand All @@ -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.
this CHANGELOG follows the [Keep a Changelog](https://keepachangelog.com/en/1.0.0/) standard.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit ad1f77c

Please sign in to comment.