Skip to content

Commit 834a089

Browse files
committed
chore(main): release 0.1.0
1 parent 077af2b commit 834a089

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Changelog
2+
3+
## 0.1.0 (2022-12-12)
4+
5+
6+
### Bug Fixes
7+
8+
* fix missing BTrees dependency ([#58](https://github.com/manimino/ducks/issues/58)) ([27f1d10](https://github.com/manimino/ducks/commit/27f1d1075570539f1a652607a1775c966730e446))

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 = "ducks"
3-
version = "0.5.1"
3+
version = "0.1.0"
44
description = "Provides Dex, a Python container for indexing objects of any type."
55
authors = ["Theo Walker <theo.ca.walker@gmail.com>"]
66
license = "MIT"

0 commit comments

Comments
 (0)