File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
55The 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
Original file line number Diff line number Diff line change 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] ] ) 88AC_CONFIG_MACRO_DIR ( [ m4] )
99AM_INIT_AUTOMAKE ( [ -Wall -Werror foreign subdir-objects] )
1010AC_PROG_CC
You can’t perform that action at this time.
0 commit comments