Skip to content

Commit

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

## [Unreleased]

## [21.1] - 2018-10-06

### Added
- Support for cons syntax in type signatures (via Mark).

Expand Down Expand Up @@ -305,6 +307,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
- compiler warnings suppressed in CLisp

[Unreleased]: https://github.com/Shen-Language/shen-sources/compare/shen-21.0...HEAD
[21.1]: https://github.com/Shen-Language/shen-sources/compare/shen-21.0...shen-21.1
[21.0]: https://github.com/Shen-Language/shen-sources/compare/shen-20.1...shen-21.0
[20.1]: https://github.com/Shen-Language/shen-sources/compare/shen-20.0...shen-20.1
[20.0]: https://github.com/Shen-Language/shen-sources/compare/shen-19.3.1...shen-20.0
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Current Release](https://img.shields.io/badge/release-21.0-blue.svg)](https://github.com/Shen-Language/shen-sources/releases)
[![Current Release](https://img.shields.io/badge/release-21.1-blue.svg)](https://github.com/Shen-Language/shen-sources/releases)

[![Shen Logo](https://raw.githubusercontent.com/Shen-Language/shen-sources/master/assets/shen.png)](http://www.shenlanguage.org)

Expand Down Expand Up @@ -28,7 +28,7 @@ Packages can be created for any version, but when uploading to the releases page

```
make pure
git checkout shen-21.0
git checkout shen-21.1
make fetch
make klambda
make release
Expand Down
2 changes: 1 addition & 1 deletion sources/declarations.shen
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
(set *infs* 0)
(set *hush* false)
(set *optimise* false)
(set *version* "Shen 21")
(set *version* "Shen 21.1")

(if (not (bound? *home-directory*))
(set *home-directory* "")
Expand Down

0 comments on commit 4b17aca

Please sign in to comment.