Commit 4d537a1 1 parent 1122d88 commit 4d537a1 Copy full SHA for 4d537a1
File tree 2 files changed +14
-5
lines changed
2 files changed +14
-5
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
## Unreleased
3
3
### Added
4
+
5
+ ### Changed
6
+
7
+ ### Deprecated
8
+
9
+ ### Removed
10
+
11
+ ### Fixed
12
+
13
+ ### Security
14
+
15
+ ## [ ` v0.3.0 ` (2022-03-19)] ( https://github.com/anupli/running-ng/releases/tag/v0.3.0 )
16
+ ### Added
4
17
#### Modifiers
5
18
- ` JVMClasspathAppend `
6
19
- ` JVMClasspathPrepend `
21
34
### Removed
22
35
- Dropping Python 3.6 support for developers (NOT users). pytest 7.1+ requires at least Python 3.7.
23
36
24
- ### Fixed
25
-
26
- ### Security
27
-
28
37
## [ ` v0.2.2 ` (2022-03-07)] ( https://github.com/anupli/running-ng/releases/tag/v0.2.2 )
29
38
30
39
### Fixed
Original file line number Diff line number Diff line change 1
- VERSION = (0 , 2 , 2 )
1
+ VERSION = (0 , 3 , 0 )
2
2
__VERSION__ = '.' .join (map (str , VERSION ))
You can’t perform that action at this time.
0 commit comments