Skip to content

Commit

Permalink
Merge pull request #56 from fls-bioinformatics-core/version-1.8.0
Browse files Browse the repository at this point in the history
ngsarchiver version 1.8.0
  • Loading branch information
pjbriggs authored Dec 11, 2024
2 parents d8c25cf + d17acb4 commit 8517e27
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,21 @@
Version History and Changes
===========================

---------------------------
Version 1.8.0 (2024-12-11)
---------------------------

* Additional metadata items stored for compressed and copy
archive directories (include size of the soure directory
and whether it included symlinks etc) (PR #53)
* ``unpack`` command checks if destination file system can
support symlink creation and/or case-sensitive naming, if
either of these are required to unpack a compressed
archive (PR #54)
* ``info`` command also reports on "unwriteable" files (i.e.
files that the current user doesn't have write permissions
for) (PR #55)

---------------------------
Version 1.7.0 (2024-12-02)
---------------------------
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.7.0'
__version__ = '1.8.0'

def get_version():
"""
Expand Down

0 comments on commit 8517e27

Please sign in to comment.