Skip to content

Commit 47f2715

Browse files
authored
Merge pull request #988 from lukpueh/prepare-release
Prepare release v1.3.0
2 parents eb3751a + 0828c37 commit 47f2715

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,21 @@
11
# Changelog
22

3+
## securesystemslib v1.3.0
4+
5+
The `hash` module will be removed in the next major version. Consider using
6+
`hashlib` from the standard library directly instead.
7+
8+
### Added
9+
* Annotate library (#970)
10+
11+
### Changed
12+
* Deprecate hash module (#977)
13+
* Modernize license metadata (#942)
14+
15+
### Internals
16+
* Refactor signing scheme parsing (#981)
17+
* Misc test and ci/cd improvements (#926, #953, #958, #965, #966)
18+
319
## securesystemslib v1.2.0
420

521
Small release with mostly internal changes.

securesystemslib/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import logging
22

3-
__version__ = "1.2.0"
3+
__version__ = "1.3.0"
44

55
# Configure a basic 'securesystemslib' top-level logger with a StreamHandler
66
# (print to console) and the WARNING log level (print messages of type

0 commit comments

Comments
 (0)