Skip to content

Commit

Permalink
Merge pull request #39 from fls-bioinformatics-core/version-1.4.0
Browse files Browse the repository at this point in the history
ngsarchiver version 1.4.0
  • Loading branch information
pjbriggs authored Nov 21, 2024
2 parents 342745e + c5dda02 commit bb935e3
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
17 changes: 17 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,23 @@
Version History and Changes
===========================

---------------------------
Version 1.4.0 (2024-11-21)
---------------------------

* Add new ``CopyArchiveDirectory`` class for identifying and
handling copy archives, and update the ``info``, ``verify``
and ``compare`` archiver commands to work with copy archives
using this class (PR #38)
* ``verify_copy`` method of the ``Directory`` class updated
to allow specific paths to be excluded from the comparison
(PR #37)
* Update ``manifest`` files to include a header line (PR #36)
* Update the compressed archive directory metadata structure
to be consistent with copy archive directories (legacy
compressed archives created with earlier versions can still
be recognised) (PR #35)

---------------------------
Version 1.3.1 (2024-11-01)
---------------------------
Expand Down
2 changes: 1 addition & 1 deletion ngsarchiver/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Current version of the library
__version__ = '1.3.1'
__version__ = '1.4.0'

def get_version():
"""
Expand Down

0 comments on commit bb935e3

Please sign in to comment.