Skip to content

Releases: TheHackerApp/logging

v0.3.0

07 May 06:52
ea2501c

Choose a tag to compare

chore: Release package logging version 0.3.0

v0.2.0

16 Jan 02:34
e46f35f

Choose a tag to compare

chore: release v0.2.0 (#21)

## 🤖 New release
* `logging`: 0.1.3 -> 0.2.0 (⚠️ API breaking changes)

### ⚠️ `logging` breaking changes

```
--- failure derive_trait_impl_removed: built-in derived trait no longer implemented ---

Description:
A public type has stopped deriving one or more traits. This can break downstream code that depends on those types implementing those traits.
        ref: https://doc.rust-lang.org/reference/attributes/derive.html#derive
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.27.0/src/lints/derive_trait_impl_removed.ron

Failed in:
  type MakeSpanWithId no longer derives Copy, in /tmp/.tmpL0GyxN/logging/src/http.rs:13

--- failure unit_struct_changed_kind: unit struct changed kind ---

Description:
A public unit struct has been changed to a normal (curly-braces) struct, which cannot be constructed using the same struct literal syntax.
        ref: https://github.com/rust-lang/cargo/pull/10871
       impl: https://github.com/obi1kenobi/cargo-semver-checks/tree/v0.27.0/src/lints/unit_struct_changed_kind.ron

Failed in:
  struct MakeSpanWithId in /tmp/.tmpL0GyxN/logging/src/http.rs:13
```

<details><summary><i><b>Changelog</b></i></summary><p>


</p></details>

---
This PR was generated with
[release-plz](https://github.com/MarcoIeni/release-plz/).

Signed-off-by: the-hacker-app-releases[bot] <150499272+the-hacker-app-releases[bot]@users.noreply.github.com>
Co-authored-by: the-hacker-app-releases[bot] <150499272+the-hacker-app-releases[bot]@users.noreply.github.com>

v0.1.2

07 Sep 19:53
00a4b57

Choose a tag to compare

What's Changed

Full Changelog: v0.1.1...v0.1.2

v0.1.1

07 Sep 01:22
805035e

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.1.0...v0.1.1

v0.1.0

07 Sep 00:58
052ddd9

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: https://github.com/TheHackerApp/logging/commits/v0.1.0