Skip to content

Commit c8a60b1

Browse files
committed
Updated the changelog and the installer version.
1 parent 95cdb40 commit c8a60b1

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [Unreleased]
7+
## [2.0.0-alpha.2] - 2020-08-22
88
### Added
99
- Added rule violations dialog.
1010
- Added "go to" function (useful for some dialogs).
@@ -14,6 +14,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1414
- Added a code of conduct.
1515
- Added a pull request template for github.
1616
- Added automatic copy of tests files.
17+
- Added logging for uncaught errors.
1718

1819
### Changed
1920
- Better theme support.

etc/installer/config/config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<Installer>
33
<Name>Degate</Name>
4-
<Version>2.0.0-alpha.1</Version>
4+
<Version>2.0.0-alpha.2</Version>
55
<Title>Degate installer</Title>
66
<Publisher>Degate community</Publisher>
77
<StartMenuDir>Degate</StartMenuDir>

etc/installer/packages/Degate/meta/package.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<Package>
33
<DisplayName>Degate</DisplayName>
44
<Description>Degate : open-source software for chips reverse engineering.</Description>
5-
<Version>2.0.0-alpha.1</Version>
6-
<ReleaseDate>2020-07-17</ReleaseDate>
5+
<Version>2.0.0-alpha.2</Version>
6+
<ReleaseDate>2020-08-22</ReleaseDate>
77
<Licenses>
88
<License name="GNU General Public License Version 3" file="LICENSE.TXT" />
99
</Licenses>

0 commit comments

Comments
 (0)