Skip to content

Commit

Permalink
Bump kernel to 34.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tizoc committed Dec 10, 2022
1 parent 618b5a9 commit 548f0e1
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)

## [Unreleased]

## [34.2] - 2022-12-10

### Added

- Support for polymorphic types in YACC functions.

## [34.1] - 2022-11-27

### Fixed
Expand Down Expand Up @@ -459,7 +465,8 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
- y-or-n? fixed
- compiler warnings suppressed in CLisp

[Unreleased]: https://github.com/Shen-Language/shen-sources/compare/shen-34.1...HEAD
[Unreleased]: https://github.com/Shen-Language/shen-sources/compare/shen-34.2...HEAD
[34.2]: https://github.com/Shen-Language/shen-sources/compare/shen-34.1...shen-34.2
[34.1]: https://github.com/Shen-Language/shen-sources/compare/shen-34.0...shen-34.1
[34.0]: https://github.com/Shen-Language/shen-sources/compare/shen-33.1.2...shen-34.0
[33.1.2]: https://github.com/Shen-Language/shen-sources/compare/shen-33.1.1...shen-33.1.2
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-34.1-blue.svg)](https://github.com/Shen-Language/shen-sources/releases)
[![Current Release](https://img.shields.io/badge/release-34.2-blue.svg)](https://github.com/Shen-Language/shen-sources/releases)

# Official Shen Sources

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

```
make pure
git checkout shen-34.1
git checkout shen-34.2
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 @@ -48,7 +48,7 @@
(set *infs* 0)
(set *hush* false)
(set *optimise* false)
(set *version* "34.1")
(set *version* "34.2")
(set *step* false)
(set *it* "")
(set *residue* [])
Expand Down

0 comments on commit 548f0e1

Please sign in to comment.