Update for release 0.2.0

debian-packaging v0.2.0
nirenjan 2020-04-14 18:30:16 -07:00
parent f9639a9a00
commit 152a3e7932
2 changed files with 5 additions and 2 deletions

View File

@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
The format is based upon [Keep a Changelog]. The format is based upon [Keep a Changelog].
## [Unreleased] ## [Unreleased]
## [0.2.0] - 2020-04-14
### Changed ### Changed
- `libx52_init` now returns a `libx52_error_code`, and returns the - `libx52_init` now returns a `libx52_error_code`, and returns the
`libx52_device` pointer in an output parameter. `libx52_device` pointer in an output parameter.
@ -77,7 +79,8 @@ The format is based upon [Keep a Changelog].
[Keep a Changelog]: http://keepachangelog.com/en/1.0.0/ [Keep a Changelog]: http://keepachangelog.com/en/1.0.0/
[Semantic Versioning]: http://semver.org/spec/v2.0.0.html [Semantic Versioning]: http://semver.org/spec/v2.0.0.html
[Unreleased]: https://github.com/nirenjan/x52pro-linux/compare/v0.1.2...HEAD [Unreleased]: https://github.com/nirenjan/x52pro-linux/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/nirenjan/x52pro-linux/compare/v0.1.2...v0.2.0
[0.1.2]: https://github.com/nirenjan/x52pro-linux/compare/v0.1.1...v0.1.2 [0.1.2]: https://github.com/nirenjan/x52pro-linux/compare/v0.1.1...v0.1.2
[0.1.1]: https://github.com/nirenjan/x52pro-linux/compare/v0.1.0...v0.1.1 [0.1.1]: https://github.com/nirenjan/x52pro-linux/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/nirenjan/x52pro-linux/compare/v0.0.2...v0.1.0 [0.1.0]: https://github.com/nirenjan/x52pro-linux/compare/v0.0.2...v0.1.0

View File

@ -4,7 +4,7 @@
# #
# SPDX-License-Identifier: GPL-2.0-only WITH Classpath-exception-2.0 # SPDX-License-Identifier: GPL-2.0-only WITH Classpath-exception-2.0
AC_INIT([x52pro-linux], [0.2.0-0], [nirenjan@gmail.com]) AC_INIT([x52pro-linux], [0.2.0], [nirenjan@gmail.com])
AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_MACRO_DIR([m4])
AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects]) AM_INIT_AUTOMAKE([-Wall -Werror foreign subdir-objects])
AC_PROG_CC AC_PROG_CC