Skip to content

Commit

Permalink
Preparing release (#62)
Browse files Browse the repository at this point in the history
  • Loading branch information
cottinisimone authored Oct 6, 2023
1 parent 0c3d9ca commit 1e08741
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 4 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 0 additions & 2 deletions deploy/build
Original file line number Diff line number Diff line change
Expand Up @@ -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:'

0 comments on commit 1e08741

Please sign in to comment.