Skip to content

Commit 152a3e7

Browse files
committed
Update for release 0.2.0
1 parent f9639a9 commit 152a3e7

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

ChangeLog.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
55
The format is based upon [Keep a Changelog].
66

77
## [Unreleased]
8+
9+
## [0.2.0] - 2020-04-14
810
### Changed
911
- `libx52_init` now returns a `libx52_error_code`, and returns the
1012
`libx52_device` pointer in an output parameter.
@@ -77,7 +79,8 @@ The format is based upon [Keep a Changelog].
7779

7880
[Keep a Changelog]: http://keepachangelog.com/en/1.0.0/
7981
[Semantic Versioning]: http://semver.org/spec/v2.0.0.html
80-
[Unreleased]: https://github.com/nirenjan/x52pro-linux/compare/v0.1.2...HEAD
82+
[Unreleased]: https://github.com/nirenjan/x52pro-linux/compare/v0.2.0...HEAD
83+
[0.2.0]: https://github.com/nirenjan/x52pro-linux/compare/v0.1.2...v0.2.0
8184
[0.1.2]: https://github.com/nirenjan/x52pro-linux/compare/v0.1.1...v0.1.2
8285
[0.1.1]: https://github.com/nirenjan/x52pro-linux/compare/v0.1.0...v0.1.1
8386
[0.1.0]: https://github.com/nirenjan/x52pro-linux/compare/v0.0.2...v0.1.0

configure.ac

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# SPDX-License-Identifier: GPL-2.0-only WITH Classpath-exception-2.0
66

7-
AC_INIT([x52pro-linux], [0.2.0-0], [[email protected]])
7+
AC_INIT([x52pro-linux], [0.2.0], [[email protected]])
88
AC_CONFIG_MACRO_DIR([m4])
99
AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects])
1010
AC_PROG_CC

0 commit comments

Comments
 (0)