Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sous-chefs/sc-nxlog
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: ccc6fe75b99399829bb8e5023dfc2a9c5993aaac
Choose a base ref
..
head repository: sous-chefs/sc-nxlog
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 4e416cc4eb0a985637c895e11c0405823f1f130d
Choose a head ref
Showing with 4 additions and 2 deletions.
  1. +1 −1 .github/workflows/ci.yml
  2. +2 −0 CHANGELOG.md
  3. +1 −1 metadata.rb
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -8,7 +8,7 @@ name: ci

jobs:
lint-unit:
uses: sous-chefs/.github/.github/workflows/lint-unit.yml@3.0.0
uses: sous-chefs/.github/.github/workflows/lint-unit.yml@3.1.1
permissions:
actions: write
checks: write
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## 1.0.5 - *2024-05-02*

## 1.0.4 - *2023-09-28*

## 1.0.3 - *2023-09-04*
2 changes: 1 addition & 1 deletion metadata.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name 'sc-nxlog'
version '1.0.4'
version '1.0.5'
description 'Installs and configures NXLog_ce on Linux or Windows'
issues_url 'https://github.com/sous-chefs/sc-nxlog/issues'
source_url 'https://github.com/sous-chefs/sc-nxlog'