-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Automatically generated by python-semantic-release
- Loading branch information
github-actions
committed
Mar 15, 2023
1 parent
d5d3fe1
commit 305fe41
Showing
2 changed files
with
13 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
# Changelog | ||
|
||
<!--next-version-placeholder--> | ||
|
||
## v0.0.1 (2023-03-15) | ||
### Fix | ||
* Test version ([`d5d3fe1`](https://github.com/slalombuild/secureli/commit/d5d3fe1974a5877713f19e19557ffa44cc0bc8c6)) | ||
* Test version ([`e77a6e4`](https://github.com/slalombuild/secureli/commit/e77a6e4955e67157546df9fde99d96fbc6954fb5)) | ||
* Test version upgrade ([`7dd7973`](https://github.com/slalombuild/secureli/commit/7dd79730b531b9e7d2dc58c313e22716d34567ab)) | ||
* Testing version ([`09b8b10`](https://github.com/slalombuild/secureli/commit/09b8b10c677a22a94c0fd530256471c453aeb6e1)) | ||
* Testing version bump ([`d32381f`](https://github.com/slalombuild/secureli/commit/d32381faf63445a060369500160a79cf77a8e33c)) | ||
* Testing version bump ([`0dc1227`](https://github.com/slalombuild/secureli/commit/0dc1227a6f04f6b3b1f1219af73fedb3f0b070f6)) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[tool.poetry] | ||
name = "secureli" | ||
version = "0.0.0" | ||
version = "0.0.1" | ||
description = "Secure Project Manager" | ||
authors = ["Tristan Leonard <[email protected]>"] | ||
readme = "README.md" | ||
|