Skip to content

Commit

Permalink
Release version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oxzi committed Aug 10, 2023
1 parent b6050e9 commit c7b3c77
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog][keep-a-changelog], and this project adheres to [Semantic Versioning][semantic-versioning].

## [Unreleased]

## [0.4.0] - 2023-08-10
### Changed
- Breaking API changes: `Modem` now uses a `context.Context` which must be passed during creation.
- Breaking API changes: extract `Stream` for `io.Reader` and `io.Writer` operations out of `Modem`.
Expand Down Expand Up @@ -65,7 +67,8 @@ First release
[keep-a-changelog]: https://keepachangelog.com/en/1.1.0/
[semantic-versioning]: https://semver.org/spec/v2.0.0.html

[unreleased]: https://github.com/dtn7/rf95modem-go/compare/v0.3.2...HEAD
[unreleased]: https://github.com/dtn7/rf95modem-go/compare/v0.4.0...HEAD
[0.4.0]: https://github.com/dtn7/rf95modem-go/compare/v0.3.2...v0.4.0
[0.3.2]: https://github.com/dtn7/rf95modem-go/compare/v0.3.1...v0.3.2
[0.3.1]: https://github.com/dtn7/rf95modem-go/compare/v0.3.0...v0.3.1
[0.3.0]: https://github.com/dtn7/rf95modem-go/compare/v0.2.0...v0.3.0
Expand Down
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

Golang library to send and receive data over LoRa PHY via a serial connection to a [rf95modem].

This library was tested against the rf95modem commit [`117878a`][rf95modem-commit], slightly after version 0.7.3 including [patch #16][rf95modem-pr16].
This library was tested against the rf95modem commit [`8f163aa`][rf95modem-commit], slightly after version 0.7.3.


## Library
Expand Down Expand Up @@ -166,5 +166,4 @@ $ screen /dev/pts/7

[godoc]: https://pkg.go.dev/github.com/dtn7/rf95modem-go/rf95
[rf95modem]: https://github.com/gh0st42/rf95modem
[rf95modem-commit]: https://github.com/gh0st42/rf95modem/commit/117878a4b609f9488ad8d5176f98067b9e8baa01
[rf95modem-pr16]: https://github.com/gh0st42/rf95modem/pull/16
[rf95modem-commit]: https://github.com/gh0st42/rf95modem/commit/8f163aa23e6f0c1ca7403c13b0811366e40b7317

0 comments on commit c7b3c77

Please sign in to comment.