Skip to content

Commit

Permalink
Merge pull request #64 from nodiscc/release-v0.5.0
Browse files Browse the repository at this point in the history
release v0.5.0
  • Loading branch information
nodiscc authored Jul 26, 2022
2 parents d1b71df + c60a228 commit e7325df
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions docs/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,28 @@ The format is based on `Keep a Changelog`_ and this project adheres to
.. _Semantic Versioning: http://semver.org/


`v0.5.0 <https://github.com/shaarli/python-shaarli-client/releases/tag/v0.5.0>`_ - 2022-07-26
---------------------------------------------------------------------------------------------

**Added:**

* Add ``delete-link`` command (delete a link by ID)


**Changed:**

* Update test tooling and documentation


**Fixed:**

* Fix ``--insecure`` option for non-GET requests

**Security:**

* Update `PyJWT <https://pypi.org/project/PyJWT/>`_ to 2.4.0


`v0.4.1 <https://github.com/shaarli/python-shaarli-client/releases/tag/v0.4.1>`_ - 2021-05-13
---------------------------------------------------------------------------------------------

Expand Down
2 changes: 1 addition & 1 deletion shaarli_client/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
"""shaarli-client"""
__title__ = 'shaarli_client'
__brief__ = 'CLI to interact with a Shaarli instance'
__version__ = '0.4.1'
__version__ = '0.5.0'
__author__ = 'The Shaarli Community'

0 comments on commit e7325df

Please sign in to comment.