Skip to content

Commit

Permalink
docs: Update CHANGELOG and bump snapshot version
Browse files Browse the repository at this point in the history
  • Loading branch information
Ilmo Raunio committed Jun 7, 2024
1 parent a7d0214 commit ddac54e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,12 @@ We use [Break Versioning][breakver]. The version numbers follow a `<major>.<mino

Oksa is currently [experimental](https://github.com/topics/metosin-experimental).

## 1.0.1-SNAPSHOT
## 1.1.0-SNAPSHOT

- Add generative tests (#12)
- BREAKING CHANGE: Restrict fragment-spread map to be required (#13)
- BREAKING CHANGE: Restrict values inside ListValue and ObjectValue (#14)
- fix: Run generative tests only on schedule

## 1.0.0

Expand Down
2 changes: 1 addition & 1 deletion build.clj
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
(def jar-content (str build-folder "/classes")) ; folder where we collect files to pack in a jar

(def lib-name 'fi.metosin/oksa)
(def version "1.0.1")
(def version "1.1.0")
(def is-release (Boolean/parseBoolean (System/getenv "RELEASE")))
(def basis (b/create-basis {:project "deps.edn"}))
(def jar-file-name (format "%s/%s.jar" build-folder (name lib-name)))
Expand Down

0 comments on commit ddac54e

Please sign in to comment.