From c8e0aa57ebc119ad80c879321b241c32a453f824 Mon Sep 17 00:00:00 2001 From: Bruno Deferrari Date: Sun, 31 Jul 2022 23:09:30 -0300 Subject: [PATCH] Bump kernel to 32.3, bump version, update README and CHANGELOG --- CHANGELOG.md | 9 ++++++++- Makefile | 2 +- README.md | 6 +++--- src/version.scm | 2 +- 4 files changed, 13 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 46b699a..85ce842 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.3] - 2022-07-31 + +### Changed + +- Updated kernel to S32.3 + ## [0.25.2] - 2022-05-21 ### Changed @@ -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 diff --git a/Makefile b/Makefile index 1a9320e..9afb570 100644 --- a/Makefile +++ b/Makefile @@ -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 diff --git a/README.md b/README.md index edbffc0..73d9bfa 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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). diff --git a/src/version.scm b/src/version.scm index f34e95a..b7a8374 100644 --- a/src/version.scm +++ b/src/version.scm @@ -1,2 +1,2 @@ -(kl:set '*port* "0.25.1") +(kl:set '*port* "0.25.3")