Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
zakarumych committed May 10, 2023
1 parent 9acf0b7 commit 61cd231
Show file tree
Hide file tree
Showing 8 changed files with 886 additions and 1,334 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.3.0] - 2023-05-10

### Changed

- API cleanup.
- Update to semi-stable version of `allocator-api2`.

## [0.2.5] - 2023-03-08

### Fixes
Expand Down
5 changes: 2 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "blink-alloc"
version = "0.2.5"
version = "0.3.0"
edition = "2018"
authors = ["Zakarum <zaq.dev@icloud.com>"]
license = "MIT OR Apache-2.0"
Expand All @@ -21,8 +21,7 @@ default = ["std"]

[dependencies]
parking_lot = { version = "0.12", optional = true }
sptr = "0.3"
allocator-api2 = { version = "0.2.4", default-features = false }
allocator-api2 = { version = "0.2.8", default-features = false, path = "../allocator-api2" }

[dev-dependencies]
criterion = "0.4"
Expand Down
Loading

0 comments on commit 61cd231

Please sign in to comment.