Skip to content

Commit

Permalink
Prepare v1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
iliana committed Sep 30, 2020
1 parent bd234b3 commit c837e32
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
8 changes: 7 additions & 1 deletion 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]

## [1.0.0] - 2020-09-29
### Changed
- Set `argv[0]` to the original `argv[0]` in `ensure_sealed`
- Minimum supported Rust version (MSRV) now 1.45.0

## [0.2.0] - 2020-06-23
### Changed
- No longer set `MFD_CLOEXEC` if `#!` is detected at the beginning of a program
Expand All @@ -18,7 +23,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
### Added
- Everything!

[Unreleased]: https://github.com/iliana/pentacle/compare/v0.2.0...HEAD
[Unreleased]: https://github.com/iliana/pentacle/compare/v1.0.0...HEAD
[1.0.0]: https://github.com/iliana/pentacle/compare/v0.2.0...v1.0.0
[0.2.0]: https://github.com/iliana/pentacle/compare/v0.1.1...v0.2.0
[0.1.1]: https://github.com/iliana/pentacle/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/iliana/pentacle/releases/tag/v0.1.0
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pentacle"
version = "0.2.0"
version = "1.0.0"
authors = ["iliana destroyer of worlds <[email protected]>"]
edition = "2018"
exclude = ["bors.toml", ".github", ".gitignore"]
Expand All @@ -15,5 +15,5 @@ libc = "0.2"
log = "0.4"

[package.metadata.docs.rs]
# https://docs.rs/about#metadata
# https://docs.rs/about/metadata
targets = ["x86_64-unknown-linux-gnu", "i686-unknown-linux-gnu"]

0 comments on commit c837e32

Please sign in to comment.