diff --git a/CHANGELOG.md b/CHANGELOG.md index 21bccd7..17bfd53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 --- +## [0.6.1] - 2023-10-06 + +### Changed +- No longer using pyxis as css library; using bulma instead. + +--- + ## [0.6.0] - 2023-08-22 ### Added @@ -110,7 +117,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - First release 🎉 -[Unreleased]: https://github.com/primait/localauth0/compare/0.6.0...HEAD +[Unreleased]: https://github.com/primait/localauth0/compare/0.6.1...HEAD +[0.6.1]: https://github.com/primait/localauth0/compare/0.6.0...0.6.1 [0.6.0]: https://github.com/primait/localauth0/compare/0.5.0...0.6.0 [0.5.0]: https://github.com/primait/localauth0/compare/0.4.1...0.5.0 [0.4.1]: https://github.com/primait/localauth0/compare/0.4.0...0.4.1 diff --git a/Cargo.toml b/Cargo.toml index 5a354cd..d2c28f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] edition = "2021" name = "localauth0" -version = "0.6.0" +version = "0.7.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/deploy/build b/deploy/build index f5873fc..24fc436 100755 --- a/deploy/build +++ b/deploy/build @@ -24,6 +24,4 @@ export ENV=$1 export AWS_DEFAULT_REGION="eu-west-1" export VERSION="${DRONE_TAG:-$DRONE_COMMIT_SHA}" -cargo build - ./build.sh . 'public.ecr.aws/prima/localauth0:'