Skip to content

Commit

Permalink
Release 1.21.0 (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
hagenw authored Dec 6, 2023
1 parent 11b8734 commit 73fc6fd
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ The format is based on `Keep a Changelog`_,
and this project adheres to `Semantic Versioning`_.


Version 1.21.0 (2023-12-06)
---------------------------

* Added: ``audeer.move()``
which can move files and folders
and should be used instead of ``audeer.move_file()``
* Added: ``*paths`` argument to
``audeer.mkdir()``,
``audeer.rmdir()``,
and ``audeer.touch()``.
Instead of writing ``audeer.mkdir(os.path.join('a', 'b'))``,
you can now write ``audeer.mkdir('a', 'b')``


Version 1.20.2 (2023-11-28)
---------------------------

Expand Down

0 comments on commit 73fc6fd

Please sign in to comment.