Skip to content

Commit

Permalink
bump to v1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
pylls committed Apr 30, 2024
1 parent 34cbf2d commit 2645c85
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

Manually generated changelog, for now. We follow semantic versioning.

## 1.1.1 - 2024-04-30
- Added `into_raw()` to MachineId to make Maybenot FFI wrapping easier.

## 1.1.0 - 2024-04-06
- Limits sampled on framework init to allow self-transition to first state.
- Padding is now allowed before any bytes have yet been sent (edge case).
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 = "maybenot"
version = "1.1.0"
version = "1.1.1"
edition = "2021"
authors = ["Tobias Pulls <[email protected]>", "Ethan Witwer <[email protected]>"]
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 2645c85

Please sign in to comment.