Skip to content

Commit

Permalink
Bump version to 37.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tizoc committed Jan 13, 2024
1 parent df1c360 commit 4e7cf8e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)

## [Unreleased]

## [37.1] - 2024-01-12

### Fixed

- Redundant factorisation eliminated.

## [37.0] - 2024-01-12

### Changed
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Current Release](https://img.shields.io/badge/release-37.0-blue.svg)](https://github.com/Shen-Language/shen-sources/releases)
[![Current Release](https://img.shields.io/badge/release-37.1-blue.svg)](https://github.com/Shen-Language/shen-sources/releases)

# Official Shen Sources

Expand Down Expand Up @@ -32,7 +32,7 @@ Packages can be created for any version, but when uploading to the releases page

```
make pure
git checkout shen-37.0
git checkout shen-37.1
make fetch
make klambda
make release
Expand Down
2 changes: 1 addition & 1 deletion sources/declarations.shen
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
(set *infs* 0)
(set *hush* false)
(set *optimise* false)
(set *version* "37.0")
(set *version* "37.1")
(set *names* [])
(set *step* false)
(set *it* "")
Expand Down

0 comments on commit 4e7cf8e

Please sign in to comment.