Releases: phette23/marcgreppy
v1.4.2
What's Changed
- use
uvto 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
- @dependabot[bot] made their first contribution in #7
Full Changelog: v1.4.1...v1.4.2
v1.4.1
Dependency updates and python>=3.9 restriction.
Full Changelog: v1.4.0...v1.4.1
v1.4.0
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
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
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
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
ci: pipx install poetry instead of depending on another github action
Full Changelog: v1.0.3...v1.0.4
v1.0.3
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
--color colorized mnemonic MARC output with env var configuration for colors and symbols.
Full Changelog: v0.4.0...v1.0.0
v0.4.0
-f or --fields flag to print only specific MARC fields.
Full Changelog: v0.3.0...v0.4.0