Skip to content

Commit 4d897ec

Browse files
committed
# 0.1.33 (2023-08-30 / e758a8a)
## Added - no-freeze flag on a route, to skip it - allow specifying content type in full as a string
1 parent e758a8a commit 4d897ec

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.VERSION_PREFIX

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
0.1

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unreleased
1+
# 0.1.33 (2023-08-30 / e758a8a)
22

33
## Added
44

@@ -24,4 +24,4 @@
2424

2525
## Fixed
2626

27-
## Changed
27+
## Changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,13 @@ url route.
3535
To use the latest release, add the following to your `deps.edn` ([Clojure CLI](https://clojure.org/guides/deps_and_cli))
3636

3737
```
38-
com.lambdaisland/reitit-jaatya {:mvn/version "0.0.24"}
38+
com.lambdaisland/reitit-jaatya {:mvn/version "0.1.33"}
3939
```
4040

4141
or add the following to your `project.clj` ([Leiningen](https://leiningen.org/))
4242

4343
```
44-
[com.lambdaisland/reitit-jaatya "0.0.24"]
44+
[com.lambdaisland/reitit-jaatya "0.1.33"]
4545
```
4646
<!-- /installation -->
4747

0 commit comments

Comments
 (0)