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
e2a011c6
Verified
Commit
e2a011c6
authored
7 months ago
by
Dan Jones
Browse files
Options
Download
Email Patches
Plain Diff
chore: bump version and update changelog
parent
badd7a14
dev
76-should-depth-and-altitude-be-coordinates
80-add-informational-type-primitive
87-remove-comment-for-platform-status-state
87-remove-todo-comment-from-platform-state
action-refactor-test
master
v2.0.0
v2.0.0-beta.11
v2.0.0-beta.10
v2.0.0-beta.9
v2.0.0-beta.8
v2.0.0-beta.7
v2.0.0-beta.6
v2.0.0-beta.5
v2.0.0-beta.4
v2.0.0-beta.3
v2.0.0-beta.2
v2.0.0-beta.1
v1.0.0
1 merge request
!35
Release v1 0 0
Pipeline
#229486
failed with stages
in 54 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
5 additions
and
2 deletions
+5
-2
CHANGELOG.md
CHANGELOG.md
+4
-1
setup.py
setup.py
+1
-1
No files found.
CHANGELOG.md
View file @
e2a011c6
...
...
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
## [v1.0.0] - 2024-08-28
### Changed
-
Updated README to run tests against JS dependencies
...
...
@@ -41,6 +43,7 @@ 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/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.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 @
e2a011c6
...
...
@@ -2,7 +2,7 @@ from setuptools import setup
setup
(
version
=
"
0.2
.0"
,
version
=
"
1.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