Skip to content

Commit 49cd484

Browse files
authored
v0.3.6 release (#100)
1 parent b40c825 commit 49cd484

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

docs/src/changelog.md

+8
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,14 @@
1212

1313
### Security
1414

15+
## [`v0.3.6` (2023-01-16)](https://github.com/anupli/running-ng/releases/tag/v0.3.6)
16+
### Added
17+
#### Base Configurations
18+
- DaCapo Chopin Snapshot-6e411f33
19+
20+
### Fixed
21+
- Fixed type annotations in untyped functions and make `Optional`s explicit.
22+
1523
## [`v0.3.5` (2022-10-13)](https://github.com/anupli/running-ng/releases/tag/v0.3.5)
1624
### Changed
1725
#### Commands

src/running/__version__.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
VERSION = (0, 3, 5)
1+
VERSION = (0, 3, 6)
22
__VERSION__ = '.'.join(map(str, VERSION))

0 commit comments

Comments
 (0)