File tree Expand file tree Collapse file tree 4 files changed +23
-5
lines changed Expand file tree Collapse file tree 4 files changed +23
-5
lines changed Original file line number Diff line number Diff line change
1
+ ## Version 1.1.3 (2020/06/12)
2
+
3
+ ### Pull Requests Merged
4
+
5
+ #### Bugs fixed
6
+
7
+ * [ PR 296] ( https://github.com/ssec/sift/pull/296 ) - Update bundle scripts to handle installation directory being moved
8
+ * [ PR 293] ( https://github.com/ssec/sift/pull/293 ) - Fix HiDPI setting being set too late
9
+ * [ PR 292] ( https://github.com/ssec/sift/pull/292 ) - Fix bundle script having wrong permissions and activation path
10
+ * [ PR 288] ( https://github.com/ssec/sift/pull/288 ) - Fix STANDARD_NAME not being set correctly
11
+
12
+ #### Features added
13
+
14
+ * [ PR 282] ( https://github.com/ssec/sift/pull/282 ) - Add SIFT script to python package installation
15
+
16
+ In this release 5 pull requests were closed.
17
+
18
+
1
19
## Version 1.1.2 (2020/01/10)
2
20
3
21
### Issues Closed
Original file line number Diff line number Diff line change @@ -13,9 +13,9 @@ must be adjusted if `origin` points to your fork of the `sift` repository.
13
13
4 . Run ` loghub ` and update the ` CHANGELOG.md ` file. If ` loghub ` is not
14
14
installed, do so by running ` pip install loghub ` .
15
15
16
- ``` bash
17
- loghub ssec/sift -u < username > -st 1.0.5 -plg bug " Bugs fixed" -plg enhancement " Features added" -plg documentation " Documentation changes" -plg backwards-incompatibility " Backwards incompatible changes"
18
- ```
16
+ ``` bash
17
+ loghub ssec/sift --token $LOGHUB_GITHUB_TOKEN -st < previous_version_tag > -plg bug " Bugs fixed" -plg enhancement " Features added" -plg documentation " Documentation changes" -plg backwards-incompatibility " Backwards incompatible changes"
18
+ ```
19
19
20
20
5 . Commit the changelog changes.
21
21
Original file line number Diff line number Diff line change 3
3
4
4
[Setup]
5
5
AppName = SIFT
6
- AppVersion = 1.1 .2
6
+ AppVersion = 1.1 .3
7
7
DefaultDirName = {pf} \SIFT
8
8
DefaultGroupName = SIFT
9
9
Compression = lzma2
Original file line number Diff line number Diff line change 1
- __version__ = "1.1.2 "
1
+ __version__ = "1.1.3 "
You can’t perform that action at this time.
0 commit comments