Skip to content

Releases: marcransome/pond

2.5.4

09 Aug 20:57
2.5.4
b27e2fa
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.5.3...2.5.4

2.5.3

28 Jul 16:44
2.5.3
b15c63f
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.5.2...2.5.3

2.5.2

14 Jul 18:06
2.5.2
dd80d93
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.5.1...2.5.2

2.5.1

14 Jul 01:56
2.5.1
3be68de
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.5.0...2.5.1

2.5.0

25 Dec 08:02
597aca4
Compare
Choose a tag to compare

⚡️ Minor point release including small documentation and project changes.

What's Changed

Full Changelog: 2.4.0...2.5.0

2.4.0

29 May 19:37
2.4.0
b170de3
Compare
Choose a tag to compare

🤖 Developer-focused release including several small quality of life improvements.

What's Changed

Full Changelog: 2.3.1...2.4.0

2.3.1

30 Dec 17:58
2.3.1
4a39540
Compare
Choose a tag to compare

🧯 Bug fix release that suppresses an error when attempting to drain an empty pond.

What's Changed

Full Changelog: 2.3.0...2.3.1

2.3.0

26 Nov 12:58
2.3.0
57e50f4
Compare
Choose a tag to compare

🦑 This is a maintenance release focused primarily on improving unit test coverage and development workflow:

  • Added dev container support for integration with GitHub Codespaces
  • Moved man page generation to container image (using pandoc) and introduced a new supporting script tools/gen-doc, replacing the previous docs/gen-doc script
  • Added initialisation tests and improved validation test coverage
  • Several small improvements to GitHub Actions workflows

What's Changed

Full Changelog: 2.2.0...2.3.0

2.2.0

19 Mar 15:50
9637142
Compare
Choose a tag to compare

🍉 Minor point release including the following changes:

  • Added check command for validating syntax of pond functions
  • Fixed argument references in usage output for create and status commands

Other project changes include:

  • Bumped actions/checkout version from v2 to v3 in workflows
  • Added Markdown link checker workflow
  • Added CODEOWNERS configuration

2.1.0

22 Feb 22:13
0addfc2
Compare
Choose a tag to compare

🚦 Minor point release update which includes the following changes:

  • Added list command completions for -l|--loaded and -u|--unloaded options
  • Fixed invalid drain command completions

Other project changes include:

  • Made source command paths in test files absolute and simplified test workflow using fish-pond/run-fishtape-tests
  • Reduced code duplication and simplified install tests in GitHub workflow using a build matrix