Unverified Commit a020d166 authored by Dan Jones's avatar Dan Jones
Browse files

release: v0.1

Add changelog
Update version in package.json and setup.py
Update org name in licence
parent 2a423964
# Changelog
All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
## [Unreleased]
## [v0.1] - 2023-03-24
### Added
Tests and associated fixtures
Added tests for schema
- mock schema is valid
Added tests for adapter
- auth
- getAuthorizationHeader
- broadcast
- poll
- publish
- tokenValid
- validate (message delegated to protocol)
Added tests for protocol
- decode
- encode
- 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
Copyright 2023 [NOC](https://noc.ac.uk) Copyright 2023 [National Oceanography Centre](https://noc.ac.uk)
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
......
{ {
"name": "backbone-adapter-testsuite", "name": "backbone-adapter-testsuite",
"version": "0.0.1", "version": "0.1",
"description": "Common test suite to run on all adapter language ports", "description": "Common test suite to run on all adapter language ports",
"repository": { "repository": {
"type": "git", "type": "git",
......
...@@ -2,6 +2,7 @@ from setuptools import setup ...@@ -2,6 +2,7 @@ from setuptools import setup
setup( setup(
version='0.1',
name='backbone_adapter_testsuite', name='backbone_adapter_testsuite',
packages=['testsuite'], packages=['testsuite'],
package_dir={ package_dir={
......
# THIS IS AN AUTOGENERATED FILE. DO NOT EDIT THIS FILE DIRECTLY.
# yarn lockfile v1
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