Skip to content

Commit

Permalink
Bump version to 38.2, update CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
tizoc committed May 12, 2024
1 parent 4273240 commit 102d4e1
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]

## [38.2] - 2024-05-12

### Fixed

- Bug in the handling of % and ! in the REPL.

## [38.1] - 2024-03-19

### Fixed
Expand Down Expand Up @@ -533,7 +539,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-38.1...HEAD
[Unreleased]: https://github.com/Shen-Language/shen-sources/compare/shen-38.2...HEAD
[38.2]: https://github.com/Shen-Language/shen-sources/compare/shen-38.1...shen-38.2
[38.1]: https://github.com/Shen-Language/shen-sources/compare/shen-38.0...shen-38.1
[38.0]: https://github.com/Shen-Language/shen-sources/compare/shen-37.1...shen-38.0
[37.1]: https://github.com/Shen-Language/shen-sources/compare/shen-37.0...shen-37.1
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ These resources provide complete Shen environments for programming.

---

[![Current Release](https://img.shields.io/badge/release-38.1-blue.svg)](https://github.com/Shen-Language/shen-sources/releases)
[![Current Release](https://img.shields.io/badge/release-38.2-blue.svg)](https://github.com/Shen-Language/shen-sources/releases)

# Shen Sources

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

```
make pure
git checkout shen-38.1
git checkout shen-38.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 @@ -29,7 +29,7 @@
(set *infs* 0)
(set *hush* false)
(set *optimise* false)
(set *version* "38.1")
(set *version* "38.2")
(set *names* [])
(set *step* false)
(set *it* "")
Expand Down

0 comments on commit 102d4e1

Please sign in to comment.