Skip to content

Commit

Permalink
# 0.2.40 (2023-12-05 / ab4b1e2)
Browse files Browse the repository at this point in the history
## 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`
  • Loading branch information
plexus committed Dec 5, 2023
1 parent ab4b1e2 commit c931e9c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .VERSION_PREFIX
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1
0.2
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Unreleased
# 0.2.40 (2023-12-05 / ab4b1e2)

## Added

Expand Down Expand Up @@ -32,4 +32,4 @@

## Fixed

## Changed
## Changed
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,13 @@ url route.
To use the latest release, add the following to your `deps.edn` ([Clojure CLI](https://clojure.org/guides/deps_and_cli))

```
com.lambdaisland/reitit-jaatya {:mvn/version "0.1.33"}
com.lambdaisland/reitit-jaatya {:mvn/version "0.2.40"}
```

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

```
[com.lambdaisland/reitit-jaatya "0.1.33"]
[com.lambdaisland/reitit-jaatya "0.2.40"]
```
<!-- /installation -->

Expand Down

0 comments on commit c931e9c

Please sign in to comment.