Skip to content

Releases: ikornaselur/litime

v3.3.0

28 Oct 13:11
c0d5d31
Compare
Choose a tag to compare

3.3.0 (2024-10-28)

Features

Dependencies

v3.2.0

26 Feb 19:51
6c39a5e
Compare
Choose a tag to compare

3.2.0 (2024-02-26)

Features

Dependencies

v3.1.0

02 Jan 19:45
501d8a0
Compare
Choose a tag to compare

3.1.0 (2024-01-02)

Features

Documentation

Miscellaneous

  • Use release-please manifest releaser (#84) (51f0d57)

Dependencies

  • bump anyhow from 1.0.75 to 1.0.78 (#82) (de9f001)
  • bump clap from 4.4.10 to 4.4.11 (#76) (ba2eb08)
  • bump clap from 4.4.11 to 4.4.12 (#81) (b015e3a)
  • bump clap from 4.4.8 to 4.4.10 (#75) (d1883f7)
  • bump serde from 1.0.192 to 1.0.193 (#72) (2a00fcd)
  • bump serde_json from 1.0.108 to 1.0.109 (#83) (94b6118)
  • bump termcolor from 1.3.0 to 1.4.0 (#70) (457af48)
  • bump time from 0.3.30 to 0.3.31 (#78) (0e55f9e)

v3.0.5

14 Nov 16:15
c59a60d
Compare
Choose a tag to compare

3.0.5 (2023-11-14)

Miscellaneous

  • Use https instead of ssh for git submodules (#69) (f58aadf)

Dependencies

  • bump clap from 4.4.6 to 4.4.7 (#62) (33deea8)
  • bump clap from 4.4.7 to 4.4.8 (#68) (904bc38)
  • bump serde from 1.0.189 to 1.0.190 (#64) (23edc34)
  • bump serde from 1.0.190 to 1.0.191 (#66) (6c75712)
  • bump serde from 1.0.191 to 1.0.192 (#67) (09544fd)
  • bump serde_json from 1.0.107 to 1.0.108 (#65) (b4b5d94)

v3.0.4

18 Oct 22:08
5892d01
Compare
Choose a tag to compare

3.0.4 (2023-10-18)

Miscellaneous

v3.0.3

18 Oct 21:28
9ba634c
Compare
Choose a tag to compare

3.0.3 (2023-10-18)

Miscellaneous

  • CI: Replace deprecated actions-rs actions (#59) (f011aec)
  • Fix lint issue in build.rs (#56) (a28da38)

Dependencies

  • bump rustix from 0.38.15 to 0.38.19 (#58) (d8af610)
  • bump serde from 1.0.188 to 1.0.189 (#54) (4f3fc38)
  • bump time from 0.3.29 to 0.3.30 (#55) (82f1846)

v3.0.2

29 Sep 23:51
1c630a0
Compare
Choose a tag to compare

3.0.2 (2023-09-29)

Miscellaneous

Dependencies

  • bump clap from 4.4.5 to 4.4.6 (#51) (6773ed0)
  • github-actions: bump actions/checkout from 2 to 4 (#50) (47c7ba3)
  • Replace termsize with terminal_size, which is maintained (#53) (bfee3d5)

v3.0.1

28 Sep 23:11
7abf8d0
Compare
Choose a tag to compare

3.0.1 (2023-09-28)

Bug Fixes

  • Change the default colours to be intense instead of bold (813373f)

v3.0.0

28 Sep 23:01
95602e2
Compare
Choose a tag to compare

3.0.0 (2023-09-28)

⚠ BREAKING CHANGES

  • Use termcolor to render color and style for better Windows support (#47)

Features

  • Use termcolor to render color and style for better Windows support (#47) (63ee728)

Dependencies

  • Remove unused features (#46) (a2389c5)
  • Replace rand with a pseudo random picker based on current timestamp (#44) (76c6700)

v2.0.0

27 Sep 19:49
4aa9310
Compare
Choose a tag to compare

2.0.0 (2023-09-27)

⚠ BREAKING CHANGES

  • Add support for using styles and colour as formatting (#41)

Features

  • Add support for using styles and colour as formatting (#41) (baa4fb5)