Skip to content

Commit

Permalink
Updated for 2.6.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
rkoeninger committed Sep 17, 2019
1 parent 67120af commit e32123f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/).

## [Unreleased]

## [2.6.1] - 2019-09-17

**Updated to Shen Open Source Kernel 21.2**

### Changed
- `*port*` is now a string with a `major.minor.patch` format.
- Errors raised when evaluating `--load` and `--eval` arguments now print error and exit with code 1.

## [2.6.0] - 2017-09-04
## [2.6.0] - 2019-09-04

### Added
- `-s`/`--set` sets global symbols, removing use case for `*argv*`.
Expand Down Expand Up @@ -96,7 +98,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/v2.6.0...HEAD
[Unreleased]: https://github.com/Shen-Language/shen-cl/compare/v2.6.1...HEAD
[2.6.1]: https://github.com/Shen-Language/shen-cl/compare/v2.6.0...v2.6.1
[2.6.0]: https://github.com/Shen-Language/shen-cl/compare/v2.5.0...v2.6.0
[2.5.0]: https://github.com/Shen-Language/shen-cl/compare/v2.4.0...v2.5.0
[2.4.0]: https://github.com/Shen-Language/shen-cl/compare/v2.3.0...v2.4.0
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* "2.6.0")
(DEFVAR *port* "2.6.1")
(DEFVAR *porters* "Mark Tarver")

#+CLISP
Expand Down

0 comments on commit e32123f

Please sign in to comment.