Skip to content

Releases: andrewferrier/normfn

v1.1.0

11 Aug 16:33
e046c70
Compare
Choose a tag to compare

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)

v1.0.1

18 Jul 16:56
6965457
Compare
Choose a tag to compare

1.0.1 (2024-03-24)

Bug Fixes

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

v1.0.0

25 Nov 22:12
5e2074c
Compare
Choose a tag to compare

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)

v0.8.1

13 Nov 16:33
c0df208
Compare
Choose a tag to compare

0.8.1 (2023-11-13)

Bug Fixes

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

v0.8.0

23 Apr 14:43
96dadf0
Compare
Choose a tag to compare

0.8.0 (2023-04-23)

Features

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

Bug Fixes