Skip to content

Commit

Permalink
Merge pull request #72 from fls-bioinformatics-core/version-1.10.0
Browse files Browse the repository at this point in the history
ngsarchiver version 1.10.0
  • Loading branch information
pjbriggs authored Feb 7, 2025
2 parents c27671f + c42100f commit e776493
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
Version History and Changes
===========================

---------------------------
Version 1.10.0 (2025-02-07)
---------------------------

* Default for ``unpack`` command is now to set default
permissions for unpacked archive (previous default was
to copy permissions stored in the archive - this
behaviour is now available using the ``--copy-permission``
option) and fixes bug where copied permissions could
cause ``unpack`` to fail (PR #69)
* Update ``archive`` command to store entry for top-level
subdirectories so that timestamps and permissions can
be recovered by ``unpack``. Compressed archives created
prior to this version do not have this information
(essentially it is lost - note that timestamps and
permissions for all other contents are stored and can
be recovered) (PR #70)

---------------------------
Version 1.9.0 (2025-01-24)
---------------------------
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.9.0'
__version__ = '1.10.0'

def get_version():
"""
Expand Down

0 comments on commit e776493

Please sign in to comment.