diff --git a/CHANGELOG.md b/CHANGELOG.md index e05fab6..4434111 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.29] - 2022-12-10 + +- Updated kernel to S34.2. + ## [0.28] - 2022-11-27 - Updated kernel to S34.1. @@ -187,7 +191,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.28...HEAD +[Unreleased]: https://github.com/tizoc/shen-scheme/compare/v0.29...HEAD +[0.29]: https://github.com/tizoc/shen-scheme/compare/v0.28...v0.29 [0.28]: https://github.com/tizoc/shen-scheme/compare/v0.27.1...v0.28 [0.27.1]: https://github.com/tizoc/shen-scheme/compare/v0.27...v0.27.1 [0.27]: https://github.com/tizoc/shen-scheme/compare/v0.26...v0.27 diff --git a/Makefile b/Makefile index d3d2f7b..e46508f 100644 --- a/Makefile +++ b/Makefile @@ -33,7 +33,7 @@ ifeq ($(os), linux) linkerflags = -lm -ldl -lpthread -luuid endif -shenversion ?= 34.1 +shenversion ?= 34.2 csversion ?= 9.5.8 build_dir ?= _build chez_build_dir ?= $(build_dir)$(S)chez diff --git a/README.md b/README.md index e39ab9c..589cec7 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Shen Version](https://img.shields.io/badge/shen-34.1-blue.svg)](https://github.com/Shen-Language) +[![Shen Version](https://img.shields.io/badge/shen-34.2-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 diff --git a/src/version.scm b/src/version.scm index 4599bf5..e4e2f20 100644 --- a/src/version.scm +++ b/src/version.scm @@ -1,2 +1,2 @@ -(kl:set '*port* "0.28") +(kl:set '*port* "0.29")