Skip to content

Commit

Permalink
Prep for 1.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
hlship committed Nov 12, 2024
1 parent 57d871b commit 911c2bc
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 2 deletions.
19 changes: 19 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
## 1.1 - 12 Nov 2024

Thanks to Sean Corfield for straightening out build and dependency issues
with this library; this eliminates unnecessary dependencies for JVM and
Babashka builds.

### Changes

* use Java Time in README examples
* removes clj-time as a dependency
* moves js-joda to a :cljs-test only dependency
* kongeor/cljs-test-runner is behind olical/cljs-test-runner so switch to the latter
* update build-tools
* update GH workflow dependencies
* ignore Calva REPL file
* remove unnecessary cljc_test file (both clj and cljs test runners file the tests just fine)
* use clojure.math in cljs and clj
* fix the bad cljs-only test splice

## 1.0 - 14 Jul 2023

This release moves the repository to [clj-commons](https://github.com/clj-commons/humanize); we thank
Expand Down
2 changes: 1 addition & 1 deletion VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0
1.1
3 changes: 2 additions & 1 deletion deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
:paths ["src"]

:net.lewisship.build/scm
{:url "https://github.com/clj-commons/humanize"}
{:url "https://github.com/clj-commons/humanize"
:license :epl}

:aliases
;; clj -X:test
Expand Down

0 comments on commit 911c2bc

Please sign in to comment.