Skip to content

Commit

Permalink
Bump kernel to 32.3, bump version, update README and CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
tizoc committed Aug 1, 2022
1 parent bb2dd14 commit c8e0aa5
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.25.3] - 2022-07-31

### Changed

- Updated kernel to S32.3

## [0.25.2] - 2022-05-21

### Changed
Expand Down Expand Up @@ -139,7 +145,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Dropped support for Gauche Scheme and Chibi Scheme.

[Unreleased]: https://github.com/tizoc/shen-scheme/compare/v0.25.2...HEAD
[Unreleased]: https://github.com/tizoc/shen-scheme/compare/v0.25.3...HEAD
[0.25.3]: https://github.com/tizoc/shen-scheme/compare/v0.25.2...v0.25.3
[0.25.2]: https://github.com/tizoc/shen-scheme/compare/v0.25.1...v0.25.2
[0.25.1]: https://github.com/tizoc/shen-scheme/compare/v0.25...v0.25.1
[0.25]: https://github.com/tizoc/shen-scheme/compare/v0.24...v0.25
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ ifeq ($(os), linux)
linkerflags = -lm -ldl -lpthread -luuid
endif

shenversion ?= 32.1
shenversion ?= 32.3
csversion ?= 9.5.6
build_dir ?= _build
chez_build_dir ?= $(build_dir)$(S)chez
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Shen Version](https://img.shields.io/badge/shen-32.1-blue.svg)](https://github.com/Shen-Language)
[![Shen Version](https://img.shields.io/badge/shen-32.3-blue.svg)](https://github.com/Shen-Language)
[![build](https://github.com/tizoc/shen-scheme/workflows/build/badge.svg)](https://github.com/tizoc/shen-scheme/actions?query=workflow%3Abuild)

Shen/Scheme, a Scheme port of the Shen language
Expand Down Expand Up @@ -151,5 +151,5 @@ Example:
License
-------

- Shen, Copyright © 2010-2015 Mark Tarver - [License](http://www.shenlanguage.org/license.pdf).
- shen-scheme, Copyright © 2012-2021 Bruno Deferrari under [BSD 3-Clause License](http://opensource.org/licenses/BSD-3-Clause).
- Shen, Copyright © 2010-2022 Mark Tarver - [License](http://www.shenlanguage.org/license.pdf).
- shen-scheme, Copyright © 2012-2023 Bruno Deferrari under [BSD 3-Clause License](http://opensource.org/licenses/BSD-3-Clause).
2 changes: 1 addition & 1 deletion src/version.scm
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
(kl:set '*port* "0.25.1")
(kl:set '*port* "0.25.3")

0 comments on commit c8e0aa5

Please sign in to comment.