Skip to content

Commit

Permalink
Merge pull request #47 from antiguru/release-plz-2024-03-06T15-11-03Z
Browse files Browse the repository at this point in the history
  • Loading branch information
antiguru authored Mar 6, 2024
2 parents c44fcfe + 22cb7d5 commit f54bd74
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.3.0](https://github.com/antiguru/rust-lgalloc/compare/v0.2.2...v0.3.0) - 2024-03-06

### Other
- Remove memory based on byte size instead of count

## [0.2.2](https://github.com/antiguru/rust-lgalloc/compare/v0.2.1...v0.2.2) - 2024-02-28

### Other
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 = "lgalloc"
version = "0.2.2"
version = "0.3.0"
edition = "2021"
authors = ["Moritz Hoffmann <[email protected]>"]
description = "Large object allocator"
Expand Down

0 comments on commit f54bd74

Please sign in to comment.