Skip to content

Commit

Permalink
Bump kernel to 34.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tizoc committed Dec 10, 2022
1 parent fb7c4c1 commit d0f6f19
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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
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 ?= 34.1
shenversion ?= 34.2
csversion ?= 9.5.8
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-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
Expand Down
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.28")
(kl:set '*port* "0.29")

0 comments on commit d0f6f19

Please sign in to comment.