Skip to content

Commit

Permalink
Version 1.8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
trolando committed Nov 17, 2023
1 parent b0282c4 commit bc24697
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
# Change Log
All notable changes to Sylvan will be documented in this file.

## [1.8.1] - 2023-11-17
### Added
- Added CMake scripts for installing again.


## [1.8.0] - 2023-03-31
### Changed
- Now supports Windows (via MSYS2) and OSX.
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cmake_minimum_required(VERSION 3.14)

project(sylvan
VERSION 1.8.0
VERSION 1.8.1
DESCRIPTION "Sylvan, a parallel decision diagram library"
HOMEPAGE_URL "https://github.com/trolando/sylvan"
LANGUAGES C CXX
Expand Down

0 comments on commit bc24697

Please sign in to comment.