File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 1+ ## v0.1.1 (2023-06-14)
2+
3+ ### Fix
4+
5+ - fix links as part of transition to oracle/macaron (#307 )
6+ - fixes the result summary for UNKNOWN check results (#299 )
7+
8+ ### Refactor
9+
10+ - separate provenance expectation from Datalog policies (#297 )
11+
112## v0.1.0 (2023-06-05)
213
314### Feat
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ version_files = [
120120 " src/macaron/__init__.py:__version__" ,
121121]
122122major_version_zero = false
123- version = " 0.1.0 "
123+ version = " 0.1.1 "
124124
125125
126126# https://github.com/pytest-dev/pytest-cov
Original file line number Diff line number Diff line change 88# The version of this package. There's no comprehensive, official list of other
99# magic constants, so we stick with this one only for now. See also this conversation:
1010# https://stackoverflow.com/questions/38344848/is-there-a-comprehensive-table-of-pythons-magic-constants
11- __version__ = "0.1.0 "
11+ __version__ = "0.1.1 "
1212
1313# The path to the Macaron package.
1414MACARON_PATH = os .path .dirname (os .path .abspath (__file__ ))
You can’t perform that action at this time.
0 commit comments