File tree Expand file tree Collapse file tree 2 files changed +34
-1
lines changed Expand file tree Collapse file tree 2 files changed +34
-1
lines changed Original file line number Diff line number Diff line change
1
+ # changelist 0.3
2
+
3
+ We're happy to announce the release of changelist 0.3!
4
+
5
+ ## Enhancements
6
+
7
+ - Add newline before lists in contributor section ([ #40 ] ( https://github.com/scientific-python/changelist/pull/40 ) ).
8
+
9
+ ## Bug Fixes
10
+
11
+ - Add newline after PR sections ([ #35 ] ( https://github.com/scientific-python/changelist/pull/35 ) ).
12
+
13
+ ## Maintenance
14
+
15
+ - Update setuptools requirement ([ #37 ] ( https://github.com/scientific-python/changelist/pull/37 ) ).
16
+
17
+ ## Documentation
18
+
19
+ - Link to example in README ([ #36 ] ( https://github.com/scientific-python/changelist/pull/36 ) ).
20
+ - Fix CHANGELOG format ([ #38 ] ( https://github.com/scientific-python/changelist/pull/38 ) ).
21
+
22
+ ## Contributors
23
+
24
+ 1 authors added to this release (alphabetically):
25
+
26
+ - Jarrod Millman ([ @jarrodmillman ] ( https://github.com/jarrodmillman ) )
27
+
28
+ 1 reviewers added to this release (alphabetically):
29
+
30
+ - Jarrod Millman ([ @jarrodmillman ] ( https://github.com/jarrodmillman ) )
31
+
32
+ _ These lists are automatically generated, and may not be complete or may contain duplicates._
33
+
1
34
# changelist 0.2
2
35
3
36
We're happy to announce the release of changelist 0.2!
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
4
4
5
5
[project ]
6
6
name = " changelist"
7
- version = " 0.3rc0.dev0 "
7
+ version = " 0.3 "
8
8
requires-python = " >=3.9"
9
9
readme = " README.md"
10
10
license = {file = " LICENSE.txt" }
You can’t perform that action at this time.
0 commit comments