Commit f24ae9d6 authored by Dimitris Lampridis's avatar Dimitris Lampridis

Merge branch '18-release-1-2-0' into 'master'

Resolve "release 1.2.0"

Closes #18

See merge request be-cem-edl/chronos/wrtd!13
parents 59fa3f5b 08e5c265
......@@ -10,6 +10,19 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
## [1.2.0] - 2023-11-14
### Changed
- sw/py: update packaging and versioning (#15)
- bld: use common EDL CI pipelines
- update MockTurtle to v4.3.0
- bld: improve MockTurtle building and linking (#17)
### Fixed
- sw: fixed reporting of HMQ sizes (#14)
### Removed
- sw: remove unused 'flags' field from events and messages (#16)
## [1.1.1] - 2023-05-22
### Added
......
Subproject commit 65d4ea0cca3b09f8150cd4378318bd1f3c5b1834
Subproject commit a9b8030df55c174aabc72c4d6ff44224a09430fa
......@@ -160,7 +160,7 @@ enum wrtd_wr_link {
};
#define WRTD_VERSION_MAJOR 1
#define WRTD_VERSION_MINOR 1
#define WRTD_VERSION_MINOR 2
#define WRTD_CH_DIR_IN 0
#define WRTD_CH_DIR_OUT 1
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment