From bb2dd145c89e7dba15586027aeece4254e1c0992 Mon Sep 17 00:00:00 2001 From: Bruno Deferrari Date: Sat, 21 May 2022 11:47:38 -0300 Subject: [PATCH] Change kernel version to 32.1 and bump version --- CHANGELOG.md | 9 ++++++++- Makefile | 2 +- README.md | 2 +- 3 files changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e624921..46b699a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 @@ -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 diff --git a/Makefile b/Makefile index 6143a8a..1a9320e 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/README.md b/README.md index 4ac8d81..edbffc0 100644 --- a/README.md +++ b/README.md @@ -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