Version update: v0.2.1 → v0.3.0

This commit is contained in:
TC Johnson 2024-07-11 22:20:37 -05:00
parent 2fa3cbd21c
commit 519571628f
No known key found for this signature in database
3 changed files with 5 additions and 2 deletions

View File

@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.2.1+0
current_version = 0.3.0+0
commit = False
tag = False
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)\+(?P<buildcode>\d+)

3
CHANGELOG.md Normal file
View File

@ -0,0 +1,3 @@
## v0.3.0 ##
- Beginning of changelog
- See commits/merges for history prior to v0.3.0

View File

@ -1,7 +1,7 @@
name: veilidchat
description: VeilidChat
publish_to: 'none'
version: 0.2.1+11
version: 0.3.0+12
environment:
sdk: '>=3.2.0 <4.0.0'