File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## Version 0.4.0 (2022/02/03)
2
+
3
+ ### Issues Closed
4
+
5
+ * [ Issue 30] ( https://github.com/pytroll/trollsift/issues/30 ) - Problems with padding syntax ([ PR 33] ( https://github.com/pytroll/trollsift/pull/33 ) by [ @paulovcmedeiros ] ( https://github.com/paulovcmedeiros ) )
6
+
7
+ In this release 1 issue was closed.
8
+
9
+ ### Pull Requests Merged
10
+
11
+ #### Bugs fixed
12
+
13
+ * [ PR 33] ( https://github.com/pytroll/trollsift/pull/33 ) - Fix problems with type='' in string padding syntax ([ 30] ( https://github.com/pytroll/trollsift/issues/30 ) )
14
+
15
+ #### Features added
16
+
17
+ * [ PR 32] ( https://github.com/pytroll/trollsift/pull/32 ) - Add 'allow_partial' keyword to compose
18
+ * [ PR 31] ( https://github.com/pytroll/trollsift/pull/31 ) - Change tested Python versions to 3.8, 3.9 and 3.10
19
+ * [ PR 24] ( https://github.com/pytroll/trollsift/pull/24 ) - Skip Python2 support and require python 3.6 or higher
20
+
21
+
1
22
## Version 0.3.5 (2021/02/15)
2
23
3
24
### Issues Closed
Original file line number Diff line number Diff line change 6
6
4 . run ` loghub ` and update the ` CHANGELOG.md ` file:
7
7
8
8
```
9
- loghub pytroll/trollsift -u <username> -st v0.8.0 -plg bug "Bugs fixed" -plg enhancement "Features added" -plg documentation "Documentation changes" -plg backwards-incompatibility "Backwards incompatible changes"
9
+ loghub pytroll/trollsift --token $LOGHUB_GITHUB_TOKEN -st v0.8.0 -plg bug "Bugs fixed" -plg enhancement "Features added" -plg documentation "Documentation changes" -plg backwards-incompatibility "Backwards incompatible changes"
10
10
```
11
11
12
12
Don't forget to commit!
You can’t perform that action at this time.
0 commit comments