Skip to content
This repository was archived by the owner on Mar 23, 2021. It is now read-only.

Commit 0847e07

Browse files
author
Franck Royer
committed
Release 0.1.0
### Added - All the code since the dawn of comit-rs. - Add idempotent get-or-create endpoint for btsieve queries. - Check if btsieve's version matches the expected version, on every request. - Ping btsieve on cnd startup, checking for presence and version compatibility. - Add hook to generate release binaries when a release is tagged. ### Changed - Move config files to standard location based on platform (OSX, Windows, Linux). - Align implementation with RFC-002 to use the decision header instead of status codes. - Upgrade `btsieve` to `url:2.1`. ### Removed - Direct dependency of `cnd` on `url` (uses re-export from `reqwest` instead).
1 parent b2dd02a commit 0847e07

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

77
## [Unreleased]
8+
9+
## [0.1.0]
810
### Added
911
- All the code since the dawn of comit-rs.
1012
- Add idempotent get-or-create endpoint for btsieve queries.
@@ -20,4 +22,5 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2022
### Removed
2123
- Direct dependency of `cnd` on `url` (uses re-export from `reqwest` instead).
2224

23-
[Unreleased]: https://github.com/comit-network/comit-rs/compare/1625533e04119e8496b14d5e18786f150b4fce4d...HEAD
25+
[0.1.0]: https://github.com/comit-network/comit-rs/compare/b2dd02a7f93dc82f5cc9fd4b6eaaf54de1459ff6...HEAD
26+
[0.1.0]: https://github.com/comit-network/comit-rs/compare/1625533e04119e8496b14d5e18786f150b4fce4d...b2dd02a7f93dc82f5cc9fd4b6eaaf54de1459ff6

0 commit comments

Comments
 (0)