Skip to content

Commit 197337a

Browse files
committed
(chore) bump version to v3.5.0 for release
1 parent 041b7b4 commit 197337a

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## Unreleased
99

10+
## [v3.5.0](https://github.com/allenai/beaker-gantry/releases/tag/v3.5.0) - 2026-02-18
11+
1012
### Added
1113

1214
- Added the ability to use gantry from outside of a git repository by providing the `--remote` option (along with `--branch` or `--ref`). For example: `gantry run --show-logs --yes --dry-run --remote allenai/beaker-gantry --branch main -- echo 'hello, world!'`.

gantry/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
VERSION = "3.4.6"
1+
VERSION = "3.5.0"

0 commit comments

Comments
 (0)