Skip to content

Commit

Permalink
v0.36.1
Browse files Browse the repository at this point in the history
  • Loading branch information
sekiguchi-nagisa committed Jan 10, 2025
1 parent 73acb71 commit fd19ebb
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## [0.36.1] - 20250-01-10

- simplify license file
- fix package asset
- fix initial seed of internal random number generator

## [0.36.0] - 2024-12-30

### Added
Expand Down
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ if (POLICY CMP0069)
cmake_policy(SET CMP0069 NEW)
endif ()

project(arsh VERSION 0.37.0)
project(arsh VERSION 0.36.1)
enable_language(CXX)

set(CMAKE_MODULE_PATH "${PROJECT_SOURCE_DIR}/cmake/modules")
Expand All @@ -21,7 +21,7 @@ include(GetRE2C)
# project version #
#++++++++++++++++++++++++++#

set(ARSH_STABLE_RELEASE off)
set(ARSH_STABLE_RELEASE on)
set(ARSH_VERSION ${PROJECT_VERSION})
if (NOT ${ARSH_STABLE_RELEASE})
set(ARSH_VERSION ${ARSH_VERSION}-unstable)
Expand Down

0 comments on commit fd19ebb

Please sign in to comment.