Skip to content

Commit

Permalink
prepare for 0.21.1 release (sicmutils#482)
Browse files Browse the repository at this point in the history
  • Loading branch information
sritchie authored Feb 16, 2022
1 parent 65e3546 commit 35c6c06
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 6 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Changelog

## [0.21.0]
## [0.21.1]

- #481:

Expand Down Expand Up @@ -71,6 +71,8 @@
some form contains a binding entry like `(? (fn [m] ...))`. Instead, the
function will be passed an empty map.

## [0.21.0]

- #474:

- `g/quotient` now supports inexact inputs, as LONG as the inputs are equal up
Expand Down
2 changes: 1 addition & 1 deletion CITATION.cff
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ authors:
- family-names: "Smith"
given-names: "Colin"
title: "SICMUtils: Functional Computer Algebra in Clojure"
version: 0.21.0
version: 0.21.1
date-released: 2016
type: software
url: "https://github.com/sicmutils/sicmutils"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ license = {GPL-3.0},
month = {4},
title = {{SICMUtils: Functional Computer Algebra in Clojure}},
url = {https://github.com/sicmutils/sicmutils},
version = {0.21.0},
version = {0.21.1},
year = {2016}
}
```
Expand Down
3 changes: 2 additions & 1 deletion doc/linters.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,9 @@ To install the exported linter configuration:
are using `deps.edn`, add the project to the map under `:deps`:

```clj
;; See https://clojars.org/sicmutils to pick an explicit version!
{:deps
{sicmutils/sicmutils {:mvn/version "0.21.0"}}
{sicmutils/sicmutils {:mvn/version "RELEASE"}}
```

2. Install clj-kondo using [these
Expand Down
2 changes: 1 addition & 1 deletion project.clj
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
;; along with this code; if not, see <http://www.gnu.org/licenses/>.
;;

(defproject sicmutils "0.21.0"
(defproject sicmutils "0.21.1"
:description "A port of the scmutils computer algebra/mechanics system to Clojure."
:url "http://github.com/sicmutils/sicmutils"
:scm {:name "git" :url "https://github.com/sicmutils/sicmutils"}
Expand Down
2 changes: 1 addition & 1 deletion resources/SICMUTILS_VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.21.0
0.21.1

0 comments on commit 35c6c06

Please sign in to comment.