Skip to content

Commit

Permalink
Bump kernel version to 38.3, versino to 0.36
Browse files Browse the repository at this point in the history
  • Loading branch information
tizoc committed May 21, 2024
1 parent 15db77f commit 4440ee7
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
11 changes: 9 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.36] - 2024-05-21

### Changed

- Updated kernel to S38.3.

## [0.35] - 2024-05-12

### Changed

- Updated kernel to S38.2.
- Bumped default Chez versino to 10.0.0.
- Bumped default Chez version to 10.0.0.

## [0.34] - 2024-01-14

Expand Down Expand Up @@ -233,7 +239,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.35...HEAD
[Unreleased]: https://github.com/tizoc/shen-scheme/compare/v0.36...HEAD
[0.36]: https://github.com/tizoc/shen-scheme/compare/v0.35...v0.36
[0.35]: https://github.com/tizoc/shen-scheme/compare/v0.34...v0.35
[0.34]: https://github.com/tizoc/shen-scheme/compare/v0.33...v0.34
[0.33]: https://github.com/tizoc/shen-scheme/compare/v0.32...v0.33
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ ifeq ($(os), linux)
linkerflags = -lm -ldl -lpthread -luuid
endif

shenversion ?= 38.2
shenversion ?= 38.3
csversion ?= 10.0.0
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-38.2-blue.svg)](https://github.com/Shen-Language)
[![Shen Version](https://img.shields.io/badge/shen-38.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
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.35")
(kl:set '*port* "0.36")

0 comments on commit 4440ee7

Please sign in to comment.