Skip to content

Commit

Permalink
Version 0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
opqdonut committed May 17, 2023
1 parent cb0bbfb commit a5eda35
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,14 @@ We use [Break Versioning][breakver]. The version numbers follow a `<major>.<mino

[breakver]: https://github.com/ptaoussanis/encore/blob/master/BREAK-VERSIONING.md

## 0.13.1 (2023-05-17)

**[compare](https://github.com/metosin/schema-tools/compare/0.13.0...0.13.1)**

* `:description` and `:openapi/description` get used for populating the OpenAPI parameter `:description`.
[#84](https://github.com/metosin/schema-tools/pull/84)
[metosin/reitit#612](https://github.com/metosin/reitit/issues/612)

## 0.13.0 (2023-03-15)

**[compare](https://github.com/metosin/schema-tools/compare/0.12.3...0.13.0)**
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(defproject metosin/schema-tools "0.13.0"
(defproject metosin/schema-tools "0.13.1"
:description "Common utilities for Prismatic Schema"
:url "https://github.com/metosin/schema-tools"
:license {:name "Eclipse Public License"
Expand Down

0 comments on commit a5eda35

Please sign in to comment.