Skip to content

Commit 23008b4

Browse files
authored
Merge pull request #157 from secure-systems-lab/bump_release_0_11_3
Bump version for release 0.11.3
2 parents 198d655 + 3716ad7 commit 23008b4

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
# Changelog
2+
3+
## securesystemslib v0.11.3
4+
5+
* Provide option to normalize line endings (`\r\n` -> `\n`, `\r` -> `\n`) when
6+
calculating the hash of a file (default: do not normalize).
7+
* Update developer dependencies (dev-requirements.txt):
8+
* cryptography 2.2.2 to 2.3.1
9+
* tox 3.0.0 to 3.2.1
10+
211
## securesystemslib v0.11.2
312

413
* No (en|de)cryption of ed25519 key files when given empty password (pr #148).

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@
6868

6969
setup(
7070
name = 'securesystemslib',
71-
version = '0.11.2',
71+
version = '0.11.3',
7272
description = 'A library that provides cryptographic and general-purpose'
7373
' routines for Secure Systems Lab projects at NYU',
7474
long_description = long_description,

0 commit comments

Comments
 (0)