Skip to content

Commit cab28c5

Browse files
authored
Merge pull request #132 from UAL-RE/130-release-v120
Release: v1.2.0
2 parents 75a5917 + 9033d6b commit cab28c5

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
## [v1.2.0](https://github.com/UAL-RE/ReQUIAM/tree/v1.2.0)
4+
5+
## What's Changed
6+
7+
### Features
8+
* Select specific metadata for hash calculation in https://github.com/UAL-RE/ReBACH/pull/112
9+
* Addresses changes to the bagit profiles for UAL preservation workflow (Issue #114) in https://github.com/UAL-RE/ReBACH/pull/115
10+
* Make bag names conform to format of bag names in UAL preservation workflow in https://github.com/UAL-RE/ReBACH/pull/119
11+
* Check if a bag exists in a local storage in https://github.com/UAL-RE/ReBACH/pull/121
12+
13+
### Bug fixes
14+
* Remove artifacts directory created by dart-runner v>0.96 in the directory where bags are placed in https://github.com/UAL-RE/ReBACH/pull/123
15+
* Sometimes API requests fail but retry doesn't work in https://github.com/UAL-RE/ReBACH/pull/127
16+
17+
### Others
18+
* Update redata commons dependency in https://github.com/UAL-RE/ReBACH/pull/129
19+
320

421
## [v1.0.0](https://github.com/UAL-RE/ReQUIAM/tree/v1.0.0)
522
Initial version

version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ def get_commit(repo_path):
1111

1212

1313
__commit__ = get_commit('.')
14-
__version__ = '1.0.0'
14+
__version__ = '1.2.0'

0 commit comments

Comments
 (0)