Skip to content

Commit cf6d9fd

Browse files
authored
Merge branch 'main' into main
2 parents 0cb8807 + 60239d2 commit cf6d9fd

File tree

6 files changed

+2161
-100
lines changed

6 files changed

+2161
-100
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
target
2-
Cargo.lock
2+
**/Cargo.lock

CHANGELOG.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,11 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](http://keepachangelog.com/)
66
and this project adheres to [Semantic Versioning](http://semver.org/).
77

8+
# Cargo Workspaces
9+
10+
* [#1011] Add a Cargo.lock to the root workspace to support reproducible binary crate builds such as `defmt-print`. Resolves [#1000]
11+
12+
# Packages
813
We have several packages which live in this repository. Changes are tracked separately.
914

1015
* [defmt](#defmt)
@@ -602,8 +607,9 @@ Initial release
602607

603608
* [#1004] decoder: add `Send + Sync` bound to returned `StreamDecoder`
604609
* [#990] improve version mismatch error message, don't mention probe-run.
605-
* [#958] Update to object 0.36
606610
* [#986] Bump MSRV to 1.81
611+
* [#966] Add Frame::fragments() and Frame::display_fragments()
612+
* [#958] Update to object 0.36
607613

608614
### [defmt-decoder-v1.0.0] (2025-04-01)
609615

@@ -729,6 +735,8 @@ Initial release
729735

730736
### [defmt-rtt-next]
731737

738+
* [#1006] Fix `available_buffer_size` ignoring available buffer space when `read < write`
739+
732740
### [defmt-rtt-v1.1.0] (2025-10-09)
733741

734742
* [#968] Add `in_blocking_mode` public method
@@ -967,10 +975,12 @@ Initial release
967975
---
968976

969977
[#1007]: https://github.com/knurling-rs/defmt/pull/1007
978+
[#1006]: https://github.com/knurling-rs/defmt/pull/1006
970979
[#990]: https://github.com/knurling-rs/defmt/pull/990
971980
[#986]: https://github.com/knurling-rs/defmt/pull/986
972981
[#974]: https://github.com/knurling-rs/defmt/pull/974
973982
[#972]: https://github.com/knurling-rs/defmt/pull/972
983+
[#966]: https://github.com/knurling-rs/defmt/pull/966
974984
[#968]: https://github.com/knurling-rs/defmt/pull/968
975985
[#965]: https://github.com/knurling-rs/defmt/pull/965
976986
[#960]: https://github.com/knurling-rs/defmt/pull/960

0 commit comments

Comments
 (0)