Commit 1de38270 authored by Trishna Saeharaseelan's avatar Trishna Saeharaseelan
Browse files

refactor: version bump and update changelog

parent 72358a7e
Pipeline #267134 passed with stages
in 1 minute and 47 seconds
......@@ -7,6 +7,9 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
## [v2.0.0] - 2025-03-11
### Removed
- Removed "repeat" primitive instruction's enum (planning config)
......@@ -87,7 +90,8 @@ JSON schema definitions for the SoAR project
Example messages matching the schema for each partner
[unreleased]: https://git.noc.ac.uk/communications-backbone-system/backbone-message-format/compare/v1.0.0...dev
[unreleased]: https://git.noc.ac.uk/communications-backbone-system/backbone-message-format/compare/v2.0.0...dev
[v2.0.0]: https://git.noc.ac.uk/communications-backbone-system/backbone-message-format/compare/v1.0.0...v2.0.0
[v1.0.0]: https://git.noc.ac.uk/communications-backbone-system/backbone-message-format/compare/v0.2.0...v1.0.0
[v0.2.0]: https://git.noc.ac.uk/communications-backbone-system/backbone-message-format/compare/v0.1.0...v0.2.0
[v0.1.0]: https://git.noc.ac.uk/communications-backbone-system/backbone-message-format/compare/9e6ce245...v0.1.0
......@@ -2,7 +2,7 @@ from setuptools import setup
setup(
version="1.0.0",
version="2.0.0",
name="backbone_message_format",
python_requires=">=3.8",
packages=["backbone_formats", "soar_schema"],
......
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