Skip to content

Commit

Permalink
Bump version to 3.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tizoc committed Oct 13, 2019
1 parent 0fc8b80 commit b02f806
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.1] - 2019-10-13

### Changed
- `@p` and `vector` constructors are now overriden by better performing native implementations.
- `read-file-as-bytelist`, `shen.read-file-as-charlist` and `shen.read-file-as-charlist` are also overriden by native implementations.
Expand Down Expand Up @@ -128,7 +130,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://github.com/Shen-Language/shen-cl/compare/v3.0.0...HEAD
[Unreleased]: https://github.com/Shen-Language/shen-cl/compare/v3.0.1...HEAD
[3.0.1]: https://github.com/Shen-Language/shen-cl/compare/v3.0.0...v3.0.1
[3.0.0]: https://github.com/Shen-Language/shen-cl/compare/v2.7.0...v3.0.0
[2.7.0]: https://github.com/Shen-Language/shen-cl/compare/v2.6.1...v2.7.0
[2.6.1]: https://github.com/Shen-Language/shen-cl/compare/v2.6.0...v2.6.1
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.0
git checkout v3.0.1
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.0")
(defvar |*port*| "3.0.1")
(defvar |*porters*| "Mark Tarver, Robert Koeninger and Bruno Deferrari")

#+clisp
Expand Down

0 comments on commit b02f806

Please sign in to comment.