Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
defmt-v0.3.9 source code.tar.gz | 2024-11-27 | 560.1 kB | |
defmt-v0.3.9 source code.zip | 2024-11-27 | 688.6 kB | |
README.md | 2024-11-27 | 3.5 kB | |
Totals: 3 Items | 1.3 MB | 0 |
What's Changed
- decoder: fix println!() records being printed with formatting by @andresovela in https://github.com/knurling-rs/defmt/pull/845
- decoder: fix width format specifier not working as expected by @andresovela in https://github.com/knurling-rs/defmt/pull/847
CI
: Update mdbook to v0.4.40 by @Urhengulas in https://github.com/knurling-rs/defmt/pull/852- Sort IDs of log msgs by severity to allow runtime filtering by @t-moe in https://github.com/knurling-rs/defmt/pull/843
- Run
cargo-semver-checks
in CI by @Urhengulas in https://github.com/knurling-rs/defmt/pull/822 - Make defmt-print async by @JomerDev in https://github.com/knurling-rs/defmt/pull/855
- Satisfy clippy by @Urhengulas in https://github.com/knurling-rs/defmt/pull/859
- Implement "passthrough" Debug and Display instances for wrappers by @wyager in https://github.com/knurling-rs/defmt/pull/858
- Support octal display hint by @wetheredge in https://github.com/knurling-rs/defmt/pull/857
- decoder: improve default format by @andresovela in https://github.com/knurling-rs/defmt/pull/848
- Add an impl Format for PanicInfo by @dflemstr in https://github.com/knurling-rs/defmt/pull/856
- Adds a watch flag to watch the elf file and reloads the file if it changed by @JomerDev in https://github.com/knurling-rs/defmt/pull/807
- Replace proc-macro-error with proc-macro-error2 by @jayvdb in https://github.com/knurling-rs/defmt/pull/865
- Set MSRV to 1.76 by @Urhengulas in https://github.com/knurling-rs/defmt/pull/871
- Improve discoverability with expect! as alias for unwrap! by @dvdsk in https://github.com/knurling-rs/defmt/pull/872
- Fix doc test by @Urhengulas in https://github.com/knurling-rs/defmt/pull/874
- Add missing type hints in fields codegen by @apohrebniak in https://github.com/knurling-rs/defmt/pull/869
- Merge function calls emitted by the macro to save space. by @Dirbaio in https://github.com/knurling-rs/defmt/pull/880
- Mark decoder and parser not as unstable anymore by @Urhengulas in https://github.com/knurling-rs/defmt/pull/883
- Upgrade dependencies by @Urhengulas in https://github.com/knurling-rs/defmt/pull/884
- Add build script for cloudflare by @jonathanpallant in https://github.com/knurling-rs/defmt/pull/889
- Fix interning example by @jonathanpallant in https://github.com/knurling-rs/defmt/pull/887
- Release
v0.3.9
by @Urhengulas in https://github.com/knurling-rs/defmt/pull/864 - Fix defmt-semihosting metadata. by @jonathanpallant in https://github.com/knurling-rs/defmt/pull/895
- Fix the READMEs. by @jonathanpallant in https://github.com/knurling-rs/defmt/pull/897
New Contributors
- @t-moe made their first contribution in https://github.com/knurling-rs/defmt/pull/843
- @JomerDev made their first contribution in https://github.com/knurling-rs/defmt/pull/855
- @wyager made their first contribution in https://github.com/knurling-rs/defmt/pull/858
- @wetheredge made their first contribution in https://github.com/knurling-rs/defmt/pull/857
- @dflemstr made their first contribution in https://github.com/knurling-rs/defmt/pull/856
- @jayvdb made their first contribution in https://github.com/knurling-rs/defmt/pull/865
- @dvdsk made their first contribution in https://github.com/knurling-rs/defmt/pull/872
- @apohrebniak made their first contribution in https://github.com/knurling-rs/defmt/pull/869
Full Changelog: https://github.com/knurling-rs/defmt/compare/defmt-v0.3.8...defmt-v0.3.9