Skip to content

Commit

Permalink
release: 0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
getsentry-bot committed Sep 23, 2024
1 parent f35e4a7 commit 96c6d55
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
## 0.0.3

### Various fixes & improvements

- feat(release): Build and upload binary (#36) by @hubertdeng123
- clean up help menu (#35) by @hubertdeng123
- feat(config): Rename docker-compose.yml file to config.yml (#38) by @hubertdeng123
- ref(service-config): Updating service config to include remote deps (#37) by @IanWoodard
- feat(status): Add url (#34) by @hubertdeng123
- dynamically get installed version (#33) by @hubertdeng123
- add readme (#32) by @hubertdeng123

## 0.0.2

### Various fixes & improvements
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "devservices"
version = "0.0.2"
version = "0.0.3"
# 3.10 is just for internal pypi compat
requires-python = ">=3.10"
dependencies = [
Expand Down

0 comments on commit 96c6d55

Please sign in to comment.