Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
Communications Backbone System
backbone-message-format
Commits
1de38270
Commit
1de38270
authored
1 month ago
by
Trishna Saeharaseelan
Browse files
Options
Download
Email Patches
Plain Diff
refactor: version bump and update changelog
parent
72358a7e
Pipeline
#267134
passed with stages
in 1 minute and 47 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
CHANGELOG.md
CHANGELOG.md
+5
-1
setup.py
setup.py
+1
-1
No files found.
CHANGELOG.md
View file @
1de38270
...
...
@@ -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
This diff is collapsed.
Click to expand it.
setup.py
View file @
1de38270
...
...
@@ -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"
],
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment