Skip to content

Commit b702781

Browse files
committed
Add features to CHANGELOG.rst
1 parent bd116f2 commit b702781

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,11 @@ All notable changes to this openskill.py will be documented in this file.
33
This file is updated every release since v1.0.0 with the use of towncrier from the fragments found under changes/
44

55
.. towncrier release notes start
6+
7+
Openskill 1.0.0 (2022-02-04)
8+
============================
9+
10+
Features
11+
--------
12+
13+
- Capability to predict winners of match given a set of teams. (`#27 <https://github.com/OpenDebates/openskill.py/issues/27>`_)

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ package = "openskill"
6666
package_dir = "openskill"
6767
directory = "changes"
6868
filename = "CHANGELOG.rst"
69-
issue_format = "[#{issue}](https://github.com/OpenDebates/openskill.py/issues/{issue})"
69+
issue_format = "`#{issue} <https://github.com/OpenDebates/openskill.py/issues/{issue}>`_"
7070
type = [
7171
{ name = "Breaking Changes", directory = "breaking", showcontent = true },
7272
{ name = "Deprecation", directory = "deprecation", showcontent = true },

0 commit comments

Comments
 (0)