Skip to content

Commit

Permalink
chore(release): prepare for 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
oddlama committed Nov 14, 2022
1 parent a5139ce commit eb18c56
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [unreleased]

## [2.0.1] – 2022-11-14

### Bug Fixes

- Remove wildcard dependency on libc
Expand Down Expand Up @@ -36,6 +38,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Add symbol value tracking to keep a "transaction history"
- Print assignment errors and duplicate assignment warnings

[unreleased]: https://github.com/oddlama/autokernel/compare/v2.0.0...HEAD
[unreleased]: https://github.com/oddlama/autokernel/compare/v2.0.1...HEAD
[2.0.1]: https://github.com/oddlama/autokernel/compare/v2.0.0...v2.0.1
[2.0.0]: https://github.com/oddlama/autokernel/compare/v0.1.0...v2.0.0
[0.1.0]: https://github.com/oddlama/autokernel/releases/tag/v0.1.0
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "autokernel"
version = "2.0.0"
version = "2.0.1"
edition = "2021"
authors = ["oddlama <[email protected]>", "clotodex <[email protected]>"]
description = """
Expand Down

0 comments on commit eb18c56

Please sign in to comment.