Skip to content

Commit c931e9c

Browse files
committed
# 0.2.40 (2023-12-05 / ab4b1e2)
## Added - `add-to-sitemap` flag on a route to specify if the route should be included in the generated sitemap (defaults to `true`) - avoid creating an `index.html` file for HTML paths that already end in `.html`
1 parent ab4b1e2 commit c931e9c

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.VERSION_PREFIX

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1
1+
0.2

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Unreleased
1+
# 0.2.40 (2023-12-05 / ab4b1e2)
22

33
## Added
44

@@ -32,4 +32,4 @@
3232

3333
## Fixed
3434

35-
## Changed
35+
## 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.1.33"}
38+
com.lambdaisland/reitit-jaatya {:mvn/version "0.2.40"}
3939
```
4040

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

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

0 commit comments

Comments
 (0)