Skip to content

Commit dd44ab2

Browse files
committed
Release v3.2.6
1 parent 5a2a490 commit dd44ab2

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 @@ 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

77
## [Unreleased]
8+
9+
## [3.2.6] - 2021-03-03 09:30:00+02:00 (urgency: medium)
810
* added support for multiple properties (formerly refered to as "base type") for a single instance of class `GateType`
911
* renamed enum `GateType::BaseType` to `GateTypeProperty` and moved it out of class `GateType`
1012
* added function `has_property` to class `GateType`
@@ -529,7 +531,8 @@ Note: This is an API breaking release.
529531
* Initial Release
530532

531533
[//]: # (Hyperlink section)
532-
[Unreleased]: https://github.com/emsec/hal/compare/v3.2.5...HEAD
534+
[Unreleased]: https://github.com/emsec/hal/compare/v3.2.6...HEAD
535+
[3.2.6]: https://github.com/emsec/hal/compare/v3.2.5...v3.2.6
533536
[3.2.5]: https://github.com/emsec/hal/compare/v3.2.4...v3.2.5
534537
[3.2.4]: https://github.com/emsec/hal/compare/v3.2.3...v3.2.4
535538
[3.2.3]: https://github.com/emsec/hal/compare/v3.2.2...v3.2.3

CURRENT_VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.2.5
1+
3.2.6

0 commit comments

Comments
 (0)