Skip to content

Commit

Permalink
release: v0.3.1
Browse files Browse the repository at this point in the history
Signed-off-by: Avelino <31996+avelino@users.noreply.github.com>
  • Loading branch information
avelino committed Apr 8, 2024
1 parent 996cc41 commit c4ca0f2
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 19 deletions.
21 changes: 3 additions & 18 deletions docs/releases/next.md
Original file line number Diff line number Diff line change
@@ -1,23 +1,8 @@
# v0.3.1
# v0.3.2

> **[🎯 milestone](https://github.com/moclojer/moclojer/milestone/4?closed=1)**
> **[🔖 full Changelog](https://github.com/moclojer/moclojer/commits/v0.3.1)**
> **[🎯 milestone](https://github.com/moclojer/moclojer/milestone/5?closed=1)**
> **[🔖 full Changelog](https://github.com/moclojer/moclojer/commits/v0.3.2)**
## What’s Changed

* Swagger in docs by @avelino <https://github.com/moclojer/moclojer/issues/196>
* Running moclojer as framework it has an error when hit the `localhost:8000` by @matheusfrancisco <https://github.com/moclojer/moclojer/issues/201>
* Watcher is not restarting the moclojer when I change the spec file by @matheusfrancisco <https://github.com/moclojer/moclojer/issues/208>
* `BUG`: docker no main manifest attribute, in /app/moclojer.jar by @avelino <https://github.com/moclojer/moclojer/issues/210>
* Review structural organization the moclojer version data is stored by @avelino <https://github.com/moclojer/moclojer/issues/212>
* improve request logs, add more fields by @avelino <https://github.com/moclojer/moclojer/issues/214>
* Updated `io.pedestal` library to version 0.6.3 for better stability and performance
* Ensured proper handling of not-found HTTP responses, improving user experience by providing clearer error messages and guidance on next steps
* sentry support, if set `SENTRY_DSN` ([sentry doc](https://docs.sentry.io/platforms/node/guides/azure-functions/configuration/options/#dsn)) envvar send except to <sentry.io> by @avelino <https://github.com/moclojer/moclojer/issues/195>
* webhook condition support `:if` by @avelino <https://github.com/moclojer/moclojer/issues/235>
* clojars distribute by @avelino <https://github.com/moclojer/moclojer/issues/234>

## Contributors

* @avelino
* @matheusfrancisco
23 changes: 23 additions & 0 deletions docs/releases/v0.3.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# v0.3.1

> **[🎯 milestone](https://github.com/moclojer/moclojer/milestone/4?closed=1)**
> **[🔖 full Changelog](https://github.com/moclojer/moclojer/commits/v0.3.1)**
## What’s Changed

* Swagger in docs by @avelino <https://github.com/moclojer/moclojer/issues/196>
* Running moclojer as framework it has an error when hit the `localhost:8000` by @matheusfrancisco <https://github.com/moclojer/moclojer/issues/201>
* Watcher is not restarting the moclojer when I change the spec file by @matheusfrancisco <https://github.com/moclojer/moclojer/issues/208>
* `BUG`: docker no main manifest attribute, in /app/moclojer.jar by @avelino <https://github.com/moclojer/moclojer/issues/210>
* Review structural organization the moclojer version data is stored by @avelino <https://github.com/moclojer/moclojer/issues/212>
* improve request logs, add more fields by @avelino <https://github.com/moclojer/moclojer/issues/214>
* Updated `io.pedestal` library to version 0.6.3 for better stability and performance
* Ensured proper handling of not-found HTTP responses, improving user experience by providing clearer error messages and guidance on next steps
* sentry support, if set `SENTRY_DSN` ([sentry doc](https://docs.sentry.io/platforms/node/guides/azure-functions/configuration/options/#dsn)) envvar send except to <sentry.io> by @avelino <https://github.com/moclojer/moclojer/issues/195>
* webhook condition support `:if` by @avelino <https://github.com/moclojer/moclojer/issues/235>
* clojars distribute by @avelino <https://github.com/moclojer/moclojer/issues/234>

## Contributors

* @avelino
* @matheusfrancisco
2 changes: 1 addition & 1 deletion src/com/moclojer/config.clj
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

(def version
"get version from pom properties"
"0.3.0")
"0.3.1")

;; https://specifications.freedesktop.org/basedir-spec/latest/ar01s03.html
(def get-home (System/getProperty "user.home"))
Expand Down

0 comments on commit c4ca0f2

Please sign in to comment.