Skip to content

Latest commit

 

History

History
114 lines (64 loc) · 2.74 KB

CHANGELOG.md

File metadata and controls

114 lines (64 loc) · 2.74 KB

Changelog

All notable changes to this project will be documented in this file.

0.4.10 - 2024-11-19

Other

  • (deps) bump serde from 1.0.214 to 1.0.215 (#51)
  • (deps) bump serde_json from 1.0.132 to 1.0.133 (#50)

0.4.9 - 2024-11-11

Other

  • (deps) bump tokio from 1.41.0 to 1.41.1 (#48)

0.4.8 - 2024-11-04

Other

  • (deps) bump serde from 1.0.213 to 1.0.214 (#46)

0.4.7 - 2024-10-28

Other

  • (deps) bump serde from 1.0.210 to 1.0.213 (#43)
  • (deps) bump tokio from 1.40.0 to 1.41.0 (#44)

0.4.6 - 2024-10-21

Other

  • (deps) bump serde_json from 1.0.129 to 1.0.132 (#40)

0.4.5 - 2024-10-18

Other

  • (deps) bump serde from 1.0.203 to 1.0.210 (#36)
  • (deps) bump tokio from 1.38.0 to 1.40.0 (#37)
  • (deps) bump serde_json from 1.0.117 to 1.0.129 (#35)
  • (deps) bump futures from 0.3.30 to 0.3.31 (#38)
  • add release-plz

[0.4.4] - 2024-06-15

Miscellaneous Tasks

  • Upgrade dependencies (#31)

[0.4.3] - 2024-03-12

Miscellaneous Tasks

  • Upgrade dependencies (#28)

[0.4.2] - 2024-03-12

Miscellaneous Tasks

  • Upgrade dependencies (#26)

[0.4.1] - 2024-02-03

Miscellaneous Tasks

  • Add changelog (#20)
  • Upgrade dependencies (#22)
  • Upgrade dependencies (#23)

[0.4.0] - 2023-12-24

Features

  • Add granular messages (#18)

Miscellaneous Tasks

  • Add release-pr (#11)
  • Fix release-pr (#12)
  • Remove release-pr (#14)
  • Upgrade tokio to 1.35.1 (#16)

[0.3.0] - 2023-11-29

Miscellaneous Tasks

  • Cleanup (#8)

[0.2.0] - 2023-11-28

Documentation

  • Fix readme links (#4)

Features

  • Use paho-mqtt (#3)
  • Add channel based api (#5)

Miscellaneous Tasks

  • Run workflows on push (#1)
  • Fix push branch name (#2)
  • Fix example (#6)

[0.1.0] - 2023-11-25

Features

  • Add client and basic example