Skip to content

Commit b7321d1

Browse files
Bump version to v0.3.6 (#334)
Co-authored-by: Benjamin Wilson <20147747+benjaminrwilson@users.noreply.github.com>
1 parent f0b2889 commit b7321d1

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -309,6 +309,7 @@ jobs:
309309
test_release:
310310
name: Test Release
311311
runs-on: ubuntu-latest
312+
if: ${{ github.event_name != 'pull_request' }}
312313
environment: release
313314
needs: [linux, macos, windows, sdist]
314315
permissions:

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "av2"
3-
version = "0.3.5"
3+
version = "0.3.6"
44
edition = "2021"
55
homepage = "https://github.com/argoverse/av2-api"
66
readme = "../README.md"

0 commit comments

Comments
 (0)