Skip to content

Commit bd78811

Browse files
authored
Prepare v0.15 (#511)
1 parent 8665b92 commit bd78811

File tree

4 files changed

+11
-2
lines changed

4 files changed

+11
-2
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ __pycache__
44
.idea
55
env
66
**/.vscode
7+
dist/

docs/CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,14 @@
22

33
## Unreleased
44

5+
## v0.15.0
6+
7+
* Fixed repository status page HTML rendering (#430)
8+
* Dependency updates: Most importantly python-tuf and securesystemslib are now at
9+
current versions.
10+
11+
Updating from 0.14 does not require any changes to GitHub workflow files.
12+
513
## v0.14.0
614

715
* Updates the status page to include expiration time for metadata (#431)

repo/tuf_on_ci/_version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.14.0"
1+
__version__ = "0.15.0"

signer/tuf_on_ci_sign/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
from tuf_on_ci_sign.import_repo import import_repo
33
from tuf_on_ci_sign.sign import sign
44

5-
__version__ = "0.14.0"
5+
__version__ = "0.15.0"
66

77
__all__ = ["delegate", "import_repo", "sign"]

0 commit comments

Comments
 (0)