Skip to content

Commit

Permalink
poly: release v0.10.1
Browse files Browse the repository at this point in the history
  • Loading branch information
fbrausse committed Jan 24, 2023
1 parent 646e818 commit 71c8692
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions utils/poly/CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
2023-01-24 poly-v0.10.1

* fix problem related to missing bounds

2023-01-02 poly-v0.10.0

* document python module build
Expand Down
2 changes: 1 addition & 1 deletion utils/poly/meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# buildtype: {plain, debug, debugoptimized, release, minsize, custom}
# debug: {true, false}
# optimization: {plain, 0, g, 1, 2, 3, s}
project('poly', ['c','cpp'], license: 'Apache-2.0', version: '0.10.0',
project('poly', ['c','cpp'], license: 'Apache-2.0', version: '0.10.1',
default_options: [
'cpp_std=c++20',
'b_staticpic=true',
Expand Down

0 comments on commit 71c8692

Please sign in to comment.