Skip to content

Releases: phette23/marcgreppy

v1.4.2

19 Oct 16:40
fc2c5cc

Choose a tag to compare

What's Changed

  • use uv to manage & build project
  • add dependabot for github actions
  • update pytest to v8.4.2
  • chore: bump actions/download-artifact from 4 to 5 by @dependabot[bot] in #7
  • chore: bump astral-sh/setup-uv from 6 to 7 by @dependabot[bot] in #8

New Contributors

Full Changelog: v1.4.1...v1.4.2

v1.4.1

16 Sep 23:29
7abcb0b

Choose a tag to compare

Dependency updates and python>=3.9 restriction.

Full Changelog: v1.4.0...v1.4.1

v1.4.0

16 Sep 23:25
6502bbd

Choose a tag to compare

Yanked from PyPI due to release build error but identical to 1.4.1 (only dependency upgrades).

Full Changelog: v1.3.0...v1.4.0

v1.3.0

29 Jan 04:24
c05ae5f

Choose a tag to compare

Fix a bug where the leader wouldn't print if you used the --color flag. Since output is technically different now I made this a minor rather than patch release.

Full Changelog: v1.2.0...v1.3.0

v1.2.0

24 Oct 16:18
e721c8a

Choose a tag to compare

New --invert flag changes the default color scheme of the --color flag for use with a light (e.g. white) terminal background.

Full Changelog: v1.1.0...v1.2.0

v1.1.0

05 Oct 20:27
d38fe07

Choose a tag to compare

Work with multiple file arguments like marcgrep OPTIONS file1.mrc file2.mrc. In shells with glob expansion, you can now do marcgrep OPTIONS *.mrc.

Full Changelog: v1.0.4...v1.1.0

v1.0.4

19 Sep 05:42
f5e497e

Choose a tag to compare

ci: pipx install poetry instead of depending on another github action

Full Changelog: v1.0.3...v1.0.4

v1.0.3

01 Sep 05:36
3a6f4ec

Choose a tag to compare

This release merely adds the "5 - Production/Stable" Development Status on PyPI. I also did the release right so the artifacts attached on GitHub.

Full Changelog: v1.0.0...v1.0.3

v1.0.0

01 Sep 05:17
e0c506d

Choose a tag to compare

--color colorized mnemonic MARC output with env var configuration for colors and symbols.

Full Changelog: v0.4.0...v1.0.0

v0.4.0

12 Apr 03:42
aaa5b25

Choose a tag to compare

-f or --fields flag to print only specific MARC fields.

Full Changelog: v0.3.0...v0.4.0