Skip to content

Commit

Permalink
Update for 1.0.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
okready committed Jun 8, 2018
1 parent adf4d29 commit 2faefa2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).

## [Unreleased]
## [1.0.1] - 2018-06-07
### Fixed
- Use unaligned reads and writes in `Tracking::get()` and `Tracking::set()`
implementations for `Buffer` types to avoid potential issues with marker
Expand Down Expand Up @@ -167,7 +167,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
### Added
- Initial release.

[Unreleased]: https://github.com/okready/scratchpad/compare/v1.0.0...HEAD
[1.0.1]: https://github.com/okready/scratchpad/compare/v1.0.0...v1.0.1
[1.0.0]: https://github.com/okready/scratchpad/compare/v1.0.0-beta.2...v1.0.0
[1.0.0-beta.2]: https://github.com/okready/scratchpad/compare/v1.0.0-beta.1...v1.0.0-beta.2
[1.0.0-beta.1]: https://github.com/okready/scratchpad/compare/0.3.0...v1.0.0-beta.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 = "scratchpad"
version = "1.0.1-pre.0"
version = "1.0.1"
authors = ["Theodore Cipicchio <[email protected]>"]
license = "MIT/Apache-2.0"
description = "Stack-like memory allocator with double-ended allocation support"
Expand Down

0 comments on commit 2faefa2

Please sign in to comment.