Skip to content

Commit 1695774

Browse files
author
Ned Batchelder
committed
build: version 1.0.0
1 parent 4547991 commit 1695774

File tree

5 files changed

+23
-16
lines changed

5 files changed

+23
-16
lines changed

CHANGELOG.rst

+21
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,27 @@ See the fragment files in the `changelog.d directory`_.
2121

2222
.. scriv-insert-here
2323
24+
.. _changelog-1.0.0:
25+
26+
1.0.0 — 2022-12-03
27+
------------------
28+
29+
Added
30+
.....
31+
32+
- Now literal configuration settings can be read from YAML files. Closes `issue 69`_.
33+
Thanks, `Florian Küpper <pull 70_>`_.
34+
35+
.. _pull 70: https://github.com/nedbat/scriv/pull/70
36+
.. _issue 69: https://github.com/nedbat/scriv/issues/69
37+
38+
Fixed
39+
.....
40+
41+
- Fixed truncated help summaries by shortening them, closing `issue 63`_.
42+
43+
.. _issue 63: https://github.com/nedbat/scriv/issues/63
44+
2445
.. _changelog-0.17.0:
2546

2647
0.17.0 — 2022-09-18

changelog.d/20221012_175543_nedbat.rst

-6
This file was deleted.

changelog.d/20221129_085409_flo.kuepper.rst

-8
This file was deleted.

setup.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ author_email = ned@nedbatchelder.com
1010
license = Apache-2.0
1111
zip_safe = False
1212
classifiers =
13-
Development Status :: 4 - Beta
13+
Development Status :: 5 - Production/Stable
1414
Intended Audience :: Developers
1515
License :: OSI Approved :: Apache Software License
1616
Natural Language :: English

src/scriv/__init__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@
22
Scriv changelog management tool.
33
"""
44

5-
__version__ = "0.17.0"
5+
__version__ = "1.0.0"

0 commit comments

Comments
 (0)