Skip to content

Commit

Permalink
bump for release
Browse files Browse the repository at this point in the history
  • Loading branch information
cpiemontese committed Jun 20, 2024
1 parent d5b01ac commit 76a0b0e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 5 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

---

## [0.7.2] - 2024-06-20

### Changed

- Removed `prima_rs_logger` in favour of `tracing`
Expand Down Expand Up @@ -164,7 +168,9 @@ Note: images temporairly use the public.ecr.aws/c6i9l4r6/localauth0 registry.



[Unreleased]: https://github.com/primait/localauth0/compare/0.7.1...HEAD

[Unreleased]: https://github.com/primait/localauth0/compare/0.7.2...HEAD
[0.7.2]: https://github.com/primait/localauth0/compare/0.7.1...0.7.2
[0.7.1]: https://github.com/primait/localauth0/compare/0.7.0...0.7.1
[0.7.0]: https://github.com/primait/localauth0/compare/0.6.2...0.7.0
[0.6.2]: https://github.com/primait/localauth0/compare/0.6.1...0.6.2
Expand Down
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,7 +1,7 @@
[package]
edition = "2021"
name = "localauth0"
version = "0.7.1"
version = "0.7.2"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ With localauth0 you can fake your [auth0](https://auth0.com/) tenant and test it
In order to run localauth0 docker image execute the following:

```shell
docker run -d -p 3000:3000 public.ecr.aws/primaassicurazioni/localauth0:0.7.1
docker run -d -p 3000:3000 public.ecr.aws/primaassicurazioni/localauth0:0.7.2
```

By default, the container exposes an http server on the port 3000 and an https one on port 3001.
Expand Down Expand Up @@ -173,7 +173,7 @@ Add this snippet to your `docker-compose.yml` file and reference it in your app

```yaml
auth0:
image: public.ecr.aws/primaassicurazioni/localauth0:0.7.1
image: public.ecr.aws/primaassicurazioni/localauth0:0.7.2
healthcheck:
test: ["CMD", "/localauth0", "healthcheck"]
environment:
Expand Down

0 comments on commit 76a0b0e

Please sign in to comment.