Skip to content

Commit 283cdf4

Browse files
chore(main): release 0.1.0 (#5)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 44f5741 commit 283cdf4

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CHANGELOG.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
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))

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "conjecture"
3-
version = "0.0.3"
3+
version = "0.1.0"
44
description = "A pythonic assertion library"
55
authors = ["Daniel Knell <[email protected]>"]
66
readme = "README.md"

0 commit comments

Comments
 (0)