diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d0f5dc..12452ad 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## Unreleased +## 0.2.0 ### Breaking changes diff --git a/Cargo.lock b/Cargo.lock index 3258506..ae847c6 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,8 +1,10 @@ # This file is automatically @generated by Cargo. # It is not intended for manual editing. +version = 3 + [[package]] name = "aarch64-esr-decoder" -version = "0.1.0" +version = "0.2.0" dependencies = [ "bit_field", "thiserror", diff --git a/Cargo.toml b/Cargo.toml index ec74a0f..8712215 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "aarch64-esr-decoder" -version = "0.1.0" +version = "0.2.0" authors = ["Andrew Walbran "] edition = "2018" license = "Apache-2.0" diff --git a/aarch64-esr-web/Cargo.lock b/aarch64-esr-web/Cargo.lock index 82a81f9..099e6a7 100644 --- a/aarch64-esr-web/Cargo.lock +++ b/aarch64-esr-web/Cargo.lock @@ -4,7 +4,7 @@ version = 3 [[package]] name = "aarch64-esr-decoder" -version = "0.1.0" +version = "0.2.0" dependencies = [ "bit_field", "thiserror",