We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b40c825 commit 49cd484Copy full SHA for 49cd484
docs/src/changelog.md
@@ -12,6 +12,14 @@
12
13
### Security
14
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
23
## [`v0.3.5` (2022-10-13)](https://github.com/anupli/running-ng/releases/tag/v0.3.5)
24
### Changed
25
#### Commands
src/running/__version__.py
@@ -1,2 +1,2 @@
1
-VERSION = (0, 3, 5)
+VERSION = (0, 3, 6)
2
__VERSION__ = '.'.join(map(str, VERSION))
0 commit comments