Skip to content

Latest commit

 

History

History
155 lines (81 loc) · 7.33 KB

CHANGELOG.md

File metadata and controls

155 lines (81 loc) · 7.33 KB

Changelog

1.2.0 (2024-09-09)

Features

  • Add install target to Makefile (ac82dea)

Bug Fixes

1.1.9 (2024-08-14)

Bug Fixes

  • Switch Debian package section (a94d3f1)

1.1.8 (2024-08-11)

Bug Fixes

  • Disable Arch builds for now (132be04)

1.1.7 (2024-08-11)

Bug Fixes

1.1.6 (2024-08-11)

Bug Fixes

1.1.5 (2024-08-11)

Bug Fixes

  • Build Arch package also (0121761)

1.1.4 (2024-08-11)

Bug Fixes

  • Strip leading 'v' when building Debian (33dc45a)

1.1.3 (2024-08-11)

Bug Fixes

1.1.2 (2024-08-11)

Bug Fixes

  • Check out before building (7768bb8)

1.1.1 (2024-08-11)

Bug Fixes

1.1.0 (2024-08-11)

Features

  • Experiment with releasing Debian package (54f11d5)

Bug Fixes

  • Change to Python 3.10 from Ubuntu stable (e753758)
  • Try alternative approach to get normfn help (3bdd1e1)

1.0.1 (2024-03-24)

Bug Fixes

  • Try using effective separator (da2dba2)
  • Update licence dates (9184f82)

1.0.0 (2023-11-25)

⚠ BREAKING CHANGES

  • Remove --disable-datetime-prefixing

Features

  • Improve Arch package version (27ea28d)
  • Remove --disable-datetime-prefixing (bbdf200)
  • Update README with normfn --help (e54fd7c)

Bug Fixes

  • Add backticks (7f276b4)
  • Don't use Unix-like tmpdir (d1a00a5)
  • Enforce Python 3.8+ (3dd98b7)
  • Ensure that a common separator is used for dates (13d6b82)
  • Ensure we use a common time separator (0fb4c60)
  • Handle readchar() on Windows (99b0c2c)
  • Handle readline on Windows (849b7a8)
  • Handle tty on Windows (d590bd7)
  • Handling of GITHUB_OUTPUT (4a877a2)
  • Syntax for setting variable (3255775)
  • Try command-output (95b083c)
  • Try syntax #2 (20b84c3)
  • Use --tags for 'git describe' (7bc1538)
  • Use os.sep for Windows excludes (f5f8158)
  • Various aspects of README update (85d77ca)

0.8.1 (2023-11-13)

Bug Fixes

  • Corner case where month was detected as 00 (6aa39aa)

0.8.0 (2023-04-23)

Features

  • Add workflow to build Arch Linux (6f5697f)
  • Check for conventional commits (05f63d1)

Bug Fixes