diff --git a/CHANGELOG.md b/CHANGELOG.md index cc3e752..ab32ac5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,11 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [unreleased] +## [v0.2.0] + +- Authorative repository was transferred to https://egit.irs.uni-stuttgart.de/rust/va108xx-rs but + there still will be a GitHub mirror. Project relicensed as Apache-2.0 only + ## [v0.1.3] ### Added diff --git a/Cargo.toml b/Cargo.toml index ac146bf..e90c9c1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "va108xx" -version = "0.1.3" +version = "0.2.0" authors = ["Robin Mueller "] edition = "2021" description = "PAC for the Vorago VA108xx family of microcontrollers"