Verified Commit e2a011c6 authored by Dan Jones's avatar Dan Jones
Browse files

chore: bump version and update changelog

...@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0. ...@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased] ## [Unreleased]
## [v1.0.0] - 2024-08-28
### Changed ### Changed
- Updated README to run tests against JS dependencies - Updated README to run tests against JS dependencies
...@@ -41,6 +43,7 @@ JSON schema definitions for the SoAR project ...@@ -41,6 +43,7 @@ JSON schema definitions for the SoAR project
Example messages matching the schema for each partner Example messages matching the schema for each partner
[unreleased]: https://git.noc.ac.uk/communications-backbone-system/backbone-message-format/compare/v0.2.0...dev [unreleased]: https://git.noc.ac.uk/communications-backbone-system/backbone-message-format/compare/v1.0.0...dev
[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.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 [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 ...@@ -2,7 +2,7 @@ from setuptools import setup
setup( setup(
version="0.2.0", version="1.0.0",
name="backbone_message_format", name="backbone_message_format",
python_requires=">=3.8", python_requires=">=3.8",
packages=["backbone_formats", "soar_schema"], 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