Skip to content

Commit

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

## [Unreleased]

## [0.3.1](https://github.com/antiguru/rust-lgalloc/compare/v0.3.0...v0.3.1) - 2024-03-13

### Other
- Try harder to reclaim disk space
- Only run tests on pull request and pushes to main
- Add API to disable lgalloc globally

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

### 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.3.0"
version = "0.3.1"
edition = "2021"
authors = ["Moritz Hoffmann <[email protected]>"]
description = "Large object allocator"
Expand Down

0 comments on commit 1508062

Please sign in to comment.