Skip to content
This repository was archived by the owner on Jun 18, 2024. It is now read-only.

Commit 41e255f

Browse files
committed
nncli v0.3.6
1 parent cbd7aec commit 41e255f

File tree

2 files changed

+13
-2
lines changed

2 files changed

+13
-2
lines changed

CHANGELOG.rst

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,16 @@ The format is based on `Keep a Changelog`_, and this project adheres to
88

99
`Unreleased`_
1010
-------------
11+
Changed
12+
13+
Added
14+
15+
Fixed
16+
17+
Removed
18+
19+
`v0.3.6`_ - 2022-12-30
20+
----------------------
1121
Changed
1222
- docs: Major refactor to provide manual pages
1323
- docs: Change to material theme
@@ -138,7 +148,8 @@ Changed
138148

139149
.. _Keep a Changelog: https://keepachangelog.com/en/1.0.0/
140150
.. _Semantic Versioning: https://semver.org/spec/v2.0.0.html
141-
.. _Unreleased: https://git.danielmoch.com/nncli/diff/?id=master&id2=v0.3.5
151+
.. _Unreleased: https://git.danielmoch.com/nncli/diff/?id=master&id2=v0.3.6
152+
.. _v0.3.6: https://git.danielmoch.com/nncli/diff/?id=v0.3.6&id2=v0.3.5
142153
.. _v0.3.5: https://git.danielmoch.com/nncli/diff/?id=v0.3.5&id2=v0.3.4
143154
.. _v0.3.4: https://git.danielmoch.com/nncli/diff/?id=v0.3.4&id2=v0.3.3
144155
.. _v0.3.3: https://git.danielmoch.com/nncli/diff/?id=v0.3.3&id2=v0.3.2

src/nncli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# -*- coding: utf-8 -*-
22
"""NextCloud Notes Command Line Interface"""
33

4-
__version__ = '0.3.6.dev0'
4+
__version__ = '0.3.6'

0 commit comments

Comments
 (0)