Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Install nix
uses: cachix/install-nix-action@v27
uses: cachix/install-nix-action@v31

- name: Set up nix
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: release nps
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: Create release text
run: |
TAG=$(grep "## \[" CHANGELOG.md | head -n 2 | tail -n 1 | sed "s/^## \\[\(.*\)\\].*/\1/")
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ jobs:
toolchain: nightly
steps:
- name: Checkout repository
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Install nix
uses: cachix/install-nix-action@v27
uses: cachix/install-nix-action@v31

- name: Set up nix
run: |
Expand Down
25 changes: 24 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,26 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased] - ReleaseDate

## [0.2.12] - 2025-12-07

### Fixed
- GitHub CI runners

## [0.2.11] - 2025-12-07

### Fixed
- Update documentation

## [0.2.10] - 2025-03-24

### Added
- Flag `-m` for multi-line output
- Flag `-t` for truncation of long lines
- Tests for new flags

### Fixed
- Fixes to README.md and DEVELOPMENT.md

## [0.2.9] - 2025-02-02

### Fixed
Expand Down Expand Up @@ -142,7 +162,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Versioning now adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html)

<!-- next-url -->
[Unreleased]: https://github.com/OleMussmann/nps/compare/v0.2.9...development
[Unreleased]: https://github.com/OleMussmann/nps/compare/v0.2.12...development
[0.2.12]: https://github.com/OleMussmann/nps/compare/v0.2.11...v0.2.12
[0.2.11]: https://github.com/OleMussmann/nps/compare/v0.2.10...v0.2.11
[0.2.10]: https://github.com/OleMussmann/nps/compare/v0.2.9...v0.2.10
[0.2.9]: https://github.com/OleMussmann/nps/compare/v0.2.8...v0.2.9
[0.2.8]: https://github.com/OleMussmann/nps/compare/v0.2.7...v0.2.8
[0.2.7]: https://github.com/OleMussmann/nps/compare/v0.2.6...v0.2.7
Expand Down
Loading