Skip to content

Commit a57821f

Browse files
authored
v2023.4.0 (#33)
1 parent eef8413 commit a57821f

3 files changed

Lines changed: 9 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).
55

66
## [Unreleased]
77

8+
## [2023.4.0]
9+
10+
### Fixed
11+
- missing final byte from messages 12, 13, 14, 17, 18
12+
813
## [2023.3.0]
914

1015
### Changed
@@ -26,7 +31,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/).
2631
### Added
2732
- initial release
2833

29-
[Unreleased]: https://github.com/yaq-project/hart-protocol/compare/v2023.3.0...main
34+
[Unreleased]: https://github.com/yaq-project/hart-protocol/compare/v2023.4.0...main
35+
[2023.4.0]: https://github.com/yaq-project/hart-protocol/compare/v2023.3.0...v2023.4.0
3036
[2023.3.0]: https://github.com/yaq-project/hart-protocol/compare/v2022.8.2...v2023.3.0
3137
[2022.8.2]: https://github.com/yaq-project/hart-protocol/compare/v2022.8.1...v2022.8.2
3238
[2022.8.1]: https://github.com/yaq-project/hart-protocol/compare/v2022.8.0...v2022.8.1

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright © 2022 hart-protocol contributors
3+
Copyright © 2023 hart-protocol contributors
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
66

hart_protocol/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2023.3.0
1+
2023.4.0

0 commit comments

Comments
 (0)