File tree Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Expand file tree Collapse file tree 3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change
1
+ 0.1
Original file line number Diff line number Diff line change 1
- # Unreleased
1
+ # 0.1.33 (2023-08-30 / e758a8a)
2
2
3
3
## Added
4
4
24
24
25
25
## Fixed
26
26
27
- ## Changed
27
+ ## Changed
Original file line number Diff line number Diff line change @@ -35,13 +35,13 @@ url route.
35
35
To use the latest release, add the following to your ` deps.edn ` ([ Clojure CLI] ( https://clojure.org/guides/deps_and_cli ) )
36
36
37
37
```
38
- com.lambdaisland/reitit-jaatya {:mvn/version "0.0.24 "}
38
+ com.lambdaisland/reitit-jaatya {:mvn/version "0.1.33 "}
39
39
```
40
40
41
41
or add the following to your ` project.clj ` ([ Leiningen] ( https://leiningen.org/ ) )
42
42
43
43
```
44
- [com.lambdaisland/reitit-jaatya "0.0.24 "]
44
+ [com.lambdaisland/reitit-jaatya "0.1.33 "]
45
45
```
46
46
<!-- /installation -->
47
47
You can’t perform that action at this time.
0 commit comments