Skip to content

Commit

Permalink
Change kernel version to 32.1 and bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
tizoc committed May 21, 2022
1 parent 9ea1e9e commit bb2dd14
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 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.2] - 2022-05-21

### Changed

- Updated kernel to S32.1

## [0.25.1] - 2022-03-06

### Changed
Expand Down Expand Up @@ -133,7 +139,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.1...HEAD
[Unreleased]: https://github.com/tizoc/shen-scheme/compare/v0.25.2...HEAD
[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
[0.24]: https://github.com/tizoc/shen-scheme/compare/v0.23...v0.24
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
shenversion ?= 32.1
csversion ?= 9.5.6
build_dir ?= _build
chez_build_dir ?= $(build_dir)$(S)chez
Expand Down
2 changes: 1 addition & 1 deletion 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-blue.svg)](https://github.com/Shen-Language)
[![Shen Version](https://img.shields.io/badge/shen-32.1-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

0 comments on commit bb2dd14

Please sign in to comment.