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-adapter-testsuite
Commits
097d61ea
Commit
097d61ea
authored
1 year ago
by
Dan Jones
Browse files
Options
Download
Plain Diff
Merge branch '10-release-v0-1' into 'master'
Resolve "Release v0.1.0" See merge request
!6
parents
a8df7543
112bae2d
master
dev
v0.1.0
1 merge request
!6
Resolve "Release v0.1.0"
Pipeline
#113973
passed with stage
in 11 seconds
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
CHANGELOG.md
CHANGELOG.md
+3
-3
package.json
package.json
+1
-1
setup.py
setup.py
+1
-1
No files found.
CHANGELOG.md
View file @
097d61ea
...
...
@@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
## [Unreleased]
## [v0.1] - 2023-03-24
## [v0.1
.0
] - 2023-03-24
### Added
...
...
@@ -31,5 +31,5 @@ Added tests for protocol
-
getType
-
validate (message)
[
v0.1
]:
https://git.noc.ac.uk/communications-backbone-system/backbone-adapter-testsuite/compare/72413c71...v0.1
[
unreleased
]:
https://git.noc.ac.uk/communications-backbone-system/backbone-adapter-testsuite/compare/v0.1...dev
\ No newline at end of file
[
v0.1.0
]:
https://git.noc.ac.uk/communications-backbone-system/backbone-adapter-testsuite/compare/72413c71...v0.1.0
[
unreleased
]:
https://git.noc.ac.uk/communications-backbone-system/backbone-adapter-testsuite/compare/v0.1.0...dev
\ No newline at end of file
This diff is collapsed.
Click to expand it.
package.json
View file @
097d61ea
{
"name"
:
"backbone-adapter-testsuite"
,
"version"
:
"0.1"
,
"version"
:
"0.1
.0
"
,
"description"
:
"Common test suite to run on all adapter language ports"
,
"repository"
:
{
"type"
:
"git"
,
...
...
This diff is collapsed.
Click to expand it.
setup.py
View file @
097d61ea
...
...
@@ -2,7 +2,7 @@ from setuptools import setup
setup
(
version
=
'0.1'
,
version
=
'0.1
.0
'
,
name
=
'backbone_adapter_testsuite'
,
packages
=
[
'testsuite'
],
package_dir
=
{
...
...
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