Skip to content

Latest commit

 

History

History
101 lines (56 loc) · 3.85 KB

changelog.md

File metadata and controls

101 lines (56 loc) · 3.85 KB

v0.4.0 (2023-06-19)

Features

  • distro-info:
    • substantial refactoring to include DebianDistroInfo
  • binaries:
    • introduce debian-distro-info command
    • various ubuntu-distro-info improvements

Breaking Changes

  • distro-info: numerous

0.3.0 (2018-06-24)

Breaking Changes

  • distro-info: make DistroRelease fields private (07f808a3, breaks #)

Features

  • distro-info: make DistroRelease fields private (07f808a3, breaks #)

0.2.0 (2018-06-24)

Features

  • distro-info:
    • add UbuntuDistroInfo.unsupported (f136a27b)
    • implement DistroRelease.{released_at,supported_at} (f1d55202)
  • ubuntu-distro-info:
    • initial release

0.1.3 (2018-06-23)

Bug Fixes

  • distro-info: Fix a whole host of boundary bugs (93d47d5a)

0.1.2 (2018-06-23)

Bug Fixes

  • distro-info: Consider eol_server in UbuntuDistroInfo.supported() (dda17940)

Features

  • distro-info:
    • Add UbuntuDistroInfo.released() (03b2a729)
    • Add DistroRelease.is_lts() (13a4473f)
    • Add UbuntuDistroInfo.latest (641d70c1)
    • Add UbuntuDistroInfo.all_at (88c14175)
    • Add UbuntuDistroInfo.devel() to return the current devel releases (1452c994)

0.1.1 (2018-06-23)

Features

  • distro-info: Implement UbuntuDistroInfo.iter (b22e27d8)

0.1.0 (2018-06-23)

Features

  • distro-info:
    • Add UbuntuDistroInfo.supported (a1e7165f)
    • Implement IntoIterator for UbuntuDistroInfo (5e835fdf)
    • Handle server-eol (03ec0280)
    • Implement UbuntuDistroInfo::new() excluding server_eol (83b0e121)
    • Add DistroRelease::new() (2601728a)
    • Add DistroRelease struct (4837e3e3)
    • Initial commit (21cbfd4e)

Bug Fixes

  • distro-info: Fix date parsing (79dd6fe4)