Skip to content

Commit

Permalink
Bump version to 3.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
tizoc committed Dec 7, 2019
1 parent 8fea755 commit 695f541
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).

## [Unreleased]

## [3.0.3] - 2019-12-07

### Fixed
- Fixed override for `shen.dict-fold` that was not properly calling the curried function, which also broke `shen.dict-keys` and `shen.dict-values`.

Expand Down Expand Up @@ -138,7 +140,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).
- Cleaned up `backend.lsp`, as `backend.shen` was removed.
- Expanded README.

[Unreleased]: https:/Shen-Language/shen-cl/compare/v3.0.2...HEAD
[Unreleased]: https:/Shen-Language/shen-cl/compare/v3.0.3...HEAD
[3.0.3]: https:/Shen-Language/shen-cl/compare/v3.0.2...v3.0.3
[3.0.2]: https:/Shen-Language/shen-cl/compare/v3.0.1...v3.0.2
[3.0.1]: https:/Shen-Language/shen-cl/compare/v3.0.0...v3.0.1
[3.0.0]: https:/Shen-Language/shen-cl/compare/v2.7.0...v3.0.0
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ Each tagged release on the project downloads page should have a set of pre-built

```shell
make pure
git checkout v3.0.2
git checkout v3.0.3
make fetch
make precompile SHEN=shen-sbcl
make sbcl
Expand Down
2 changes: 1 addition & 1 deletion src/primitives.lsp
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
(defvar |*stoutput*| *standard-output*)
(defvar |*sterror*| *error-output*)
(defvar |*language*| "Common Lisp")
(defvar |*port*| "3.0.2")
(defvar |*port*| "3.0.3")
(defvar |*porters*| "Mark Tarver, Robert Koeninger and Bruno Deferrari")

#+clisp
Expand Down

0 comments on commit 695f541

Please sign in to comment.