Skip to content

Commit

Permalink
chore: release version 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 31, 2024
1 parent 1d2b42a commit 1ccbeb3
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 6 deletions.
3 changes: 0 additions & 3 deletions .changes/unreleased/Added-20240531-095339.yaml

This file was deleted.

5 changes: 5 additions & 0 deletions .changes/v1.1.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
## v1.1.0 — 2024-05-31

### Added

* New `module-path` input to support Dagger modules located elsewhere than in the current working directory
2 changes: 1 addition & 1 deletion .github/workflows/checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:

- name: "Set up Dagger"
id: "setup-dagger"
uses: "camptocamp/setup-dagger@feat/add-module-path-input"
uses: "camptocamp/setup-dagger@latest"
with:
module-path: "tests/data/"

Expand Down
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html), and is generated by [Changie](https://github.com/miniscruff/changie).

## v1.1.0 — 2024-05-31

### Added

* New `module-path` input to support Dagger modules located elsewhere than in the current working directory

## v1.0.0 — 2024-05-16

### Initial release
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"type": "module",
"private": true,
"name": "setup-dagger",
"version": "1.0.0",
"version": "1.1.0",
"description": "GitHub action to set up Dagger",
"author": "Camptocamp",
"license": "AGPL-3.0-only",
Expand Down

0 comments on commit 1ccbeb3

Please sign in to comment.