File tree 2 files changed +15
-1
lines changed
2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+ ## [ 0.1.0] ( https://github.com/artisanofcode/python-conjecture/compare/v0.0.3...v0.1.0 ) (2022-06-22)
4
+
5
+
6
+ ### Features
7
+
8
+ * add has_attribute conjecture ([ 2122347] ( https://github.com/artisanofcode/python-conjecture/commit/2122347bc0c09d5b1e2a3b301578caaf370c2792 ) )
9
+ * add has_key conjecture ([ 44f5741] ( https://github.com/artisanofcode/python-conjecture/commit/44f57415156a8aed31d5337a2857de5b6bb30061 ) )
10
+
11
+
12
+ ### Documentation
13
+
14
+ * add built-in conjecture examples ([ c5f610d] ( https://github.com/artisanofcode/python-conjecture/commit/c5f610d80562a7315dbcd35a588bb17a95274bc2 ) )
Original file line number Diff line number Diff line change 1
1
[tool .poetry ]
2
2
name = " conjecture"
3
- version = " 0.0.3 "
3
+ version = " 0.1.0 "
4
4
description = " A pythonic assertion library"
5
5
authors = [
" Daniel Knell <[email protected] >" ]
6
6
readme = " README.md"
You can’t perform that action at this time.
0 commit comments