Skip to content

Commit

Permalink
chore(main): release 0.1.0 (#5)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] authored Jun 22, 2022
1 parent 44f5741 commit 283cdf4
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
# Changelog

## [0.1.0](https://github.com/artisanofcode/python-conjecture/compare/v0.0.3...v0.1.0) (2022-06-22)


### Features

* add has_attribute conjecture ([2122347](https://github.com/artisanofcode/python-conjecture/commit/2122347bc0c09d5b1e2a3b301578caaf370c2792))
* add has_key conjecture ([44f5741](https://github.com/artisanofcode/python-conjecture/commit/44f57415156a8aed31d5337a2857de5b6bb30061))


### Documentation

* add built-in conjecture examples ([c5f610d](https://github.com/artisanofcode/python-conjecture/commit/c5f610d80562a7315dbcd35a588bb17a95274bc2))
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "conjecture"
version = "0.0.3"
version = "0.1.0"
description = "A pythonic assertion library"
authors = ["Daniel Knell <contact@danielknell.co.uk>"]
readme = "README.md"
Expand Down

0 comments on commit 283cdf4

Please sign in to comment.