Skip to content

Commit

Permalink
Release 0.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
diondokter committed Dec 27, 2024
1 parent c1193a5 commit 415900b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.6.1 (2024-12-27)

- Made some code more open to different bindgen generation that apparently can happen
- Fixed async dns where it wasn't properly updated to `core::net`

## 0.6.0 (2024-12-06)

- Added TLS support (https://github.com/diondokter/nrf-modem/pull/26)
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "nrf-modem"
version = "0.6.0"
version = "0.6.1"
edition = "2021"
rust-version = "1.82"
license = "MIT OR Apache-2.0"
Expand Down

0 comments on commit 415900b

Please sign in to comment.