Skip to content

Commit e7b0365

Browse files
chore(release): Bump version to 0.1.0
chore(release): Bump version to 0.1.0
1 parent 73a112c commit e7b0365

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Changelog
2+
3+
<!--next-version-placeholder-->
4+
5+
## v0.1.0 (2022-06-08)
6+
### Feature
7+
* Timeout tesst and minor fix ([#9](https://github.com/amplitude/experiment-python-server/issues/9)) ([`d6d6e1a`](https://github.com/amplitude/experiment-python-server/commit/d6d6e1aaed64c5486c5cb2a75c40536dadddd78c))
8+
* Add connection pool to support connection reuse ([#8](https://github.com/amplitude/experiment-python-server/issues/8)) ([`e886a7a`](https://github.com/amplitude/experiment-python-server/commit/e886a7af5b80281de6b86ce64902f5c3a6097009))
9+
* Setup release action ([#7](https://github.com/amplitude/experiment-python-server/issues/7)) ([`508364b`](https://github.com/amplitude/experiment-python-server/commit/508364bc30cf98c1b84a905b5fe9ec51f0aaa7d5))
10+
* Add pdoc support ([#6](https://github.com/amplitude/experiment-python-server/issues/6)) ([`71832de`](https://github.com/amplitude/experiment-python-server/commit/71832de6a5603baed2a204a3b36e54b99876a583))
11+
* Add async fetch ([#5](https://github.com/amplitude/experiment-python-server/issues/5)) ([`e17fb0a`](https://github.com/amplitude/experiment-python-server/commit/e17fb0af3b85b01151a2bde3faaaedac27c8d812))
12+
* Add logging support ([#4](https://github.com/amplitude/experiment-python-server/issues/4)) ([`d63c9a3`](https://github.com/amplitude/experiment-python-server/commit/d63c9a393bb761cc52167504d58dfd32cbacdffd))
13+
* Add singleton factory and cookie support ([#3](https://github.com/amplitude/experiment-python-server/issues/3)) ([`4cf2f5a`](https://github.com/amplitude/experiment-python-server/commit/4cf2f5a2d66a116cae4054f69621f749812b0ab5))
14+
* Barebone setup ([`7609d0b`](https://github.com/amplitude/experiment-python-server/commit/7609d0b99b75741200bf84cdfa5cdc0d835ee7d1))
15+
* Basic repo setup ([`5305fb7`](https://github.com/amplitude/experiment-python-server/commit/5305fb7804bdafbe1d0f029e592a44622f19e48c))
16+
17+
### Fix
18+
* Update publish action ([#10](https://github.com/amplitude/experiment-python-server/issues/10)) ([`8da43c1`](https://github.com/amplitude/experiment-python-server/commit/8da43c11bf61566641251f20943efcbf4f70b3ea))
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.0.0"
1+
__version__ = "0.1.0"

0 commit comments

Comments
 (0)