Skip to content

Commit 1f6ffb0

Browse files
authored
Merge pull request #44 from Woile/feature/builds
build: new deploy script and updated changelog
2 parents d13bb9c + 19f6247 commit 1f6ffb0

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# CHANGELOG
22

3-
## Unreleased
3+
## v1.7.0
4+
5+
### Feature
6+
7+
- new styles for the prompt
8+
- new configuration option for the prompt styles
9+
10+
## v1.6.0
411

512
### Feature
613

scripts/deploy

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
# Publish to pypi
2+
poetry publish --build
3+
4+
# Publish docs
5+
mkdocs gh-deploy

0 commit comments

Comments
 (0)