Skip to content

Commit

Permalink
Prep for release v0.4.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
cessen committed Dec 18, 2022
1 parent 4fe67f8 commit e92188e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@
## [Unreleased]


## [0.4.1] - 2022-12-18

- Updated readme with note about the `simd` feature flag.


## [0.4.0] - 2022-05-25

### New Features
Expand Down Expand Up @@ -47,7 +52,8 @@
- Split off from [Ropey](https://crates.io/crates/ropey).


[Unreleased]: https://github.com/cessen/str_indices/compare/v0.4.0...HEAD
[Unreleased]: https://github.com/cessen/str_indices/compare/v0.4.1...HEAD
[0.4.1]: https://github.com/cessen/str_indices/compare/v0.4.0...v0.4.1
[0.4.0]: https://github.com/cessen/str_indices/compare/v0.3.2...v0.4.0
[0.3.2]: https://github.com/cessen/str_indices/compare/v0.3.1...v0.3.2
[0.3.1]: https://github.com/cessen/str_indices/compare/v0.3.0...v0.3.1
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "str_indices"
version = "0.4.0"
version = "0.4.1"
edition = "2021"
authors = ["Nathan Vegdahl <[email protected]>"]
description = "Count and convert between indexing schemes on string slices."
Expand Down

0 comments on commit e92188e

Please sign in to comment.