Skip to content

Commit

Permalink
Bumped version to 2.0.20 and updated ReleaseNotes.md
Browse files Browse the repository at this point in the history
  • Loading branch information
diamondap committed Jun 10, 2022
1 parent 3dd21eb commit 32ae55e
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ tool for creating archival packages and sending them to a remote repository.

Download the DART installer for your system and then check out our [Getting Started](https://aptrust.github.io/dart-docs/users/getting_started/) page.

* [Mac OSX v2.0.19](https://s3.amazonaws.com/aptrust.public.download/DART/DART-2.0.19.dmg)
* [Windows v2.0.19](https://s3.amazonaws.com/aptrust.public.download/DART/DART+Setup+2.0.19.exe)
* [Linux v2.0.19](https://s3.amazonaws.com/aptrust.public.download/DART/DART_2.0.19_amd64.deb)
* [Mac OSX v2.0.20](https://s3.amazonaws.com/aptrust.public.download/DART/DART-2.0.20.dmg)
* [Windows v2.0.20](https://s3.amazonaws.com/aptrust.public.download/DART/DART+Setup+2.0.20.exe)
* [Linux v2.0.20](https://s3.amazonaws.com/aptrust.public.download/DART/DART_2.0.20_amd64.deb)

While these installers are labeled as version 2.0, you should consider them
a 2.0 pre-release, and DART itself as beta software. See
Expand Down
7 changes: 6 additions & 1 deletion ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,13 @@
# DART Release Notes

## Pending for 2.0.20 (not yet released)
## Pending for 2.0.20 - June 10, 2022

* Fixed BagIt-Profile-Info for [BTR profile](https://github.com/dpscollaborative/btr_bagit_profile/blob/master/btr-bagit-profile.json). (Migration 20220429T182345Z.js)
* Default bagging directory is no longer hidden in ~/home/.dart. A new migration sets the bagging directory to ~/Documents/DART, unless user has previously changed this setting on their own. Fixes [Make default bagging directory not hidden?](https://github.com/APTrust/dart/issues/520)
* Fixed [File extension in output path does not update in Packaging window when changing serialisation](https://github.com/APTrust/dart/issues/519)
* Stopped showing unsupported output formats (zip, gzip, rar, 7z) in list of job packaging format options. We'll re-add these when we support the formats.
* Temporarily disabled tar as a standalone output format (though tarred bags are still supported). This feature is not fully implemented. We'll return it as an option when it's ready. This is a temporary fix to [.tar packaging producing no output](https://github.com/APTrust/dart/issues/513)


## 2.0.19 - April 14, 2022

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "DART",
"version": "2.0.19",
"version": "2.0.20",
"description": "DART bags files and sends them to S3 buckets and SFTP servers.",
"main": "main.js",
"repository": {
Expand Down

0 comments on commit 32ae55e

Please sign in to comment.