Skip to content

Commit e8facf9

Browse files
committed
v2.0.0-beta.1
1 parent 2982ccb commit e8facf9

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build and publish release
33
on:
44
push:
55
tags:
6-
- 'v1.*'
6+
- 'v2.*'
77

88
jobs:
99
build:

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
# Changelog
44

5-
## [Unreleased]
5+
## [2.0.0-beta.1] - 2022-06-03
66

77
### Added
88
- Added multi-file support ([support#418], [support#465]).
@@ -285,7 +285,8 @@ Prerelease changes are documented at [support#48].
285285

286286
<!-- links for version headings -->
287287

288-
[Unreleased]: https://github.com/pybricks/pybricks-code/compare/v1.2.0-beta.1...HEAD
288+
[Unreleased]: https://github.com/pybricks/pybricks-code/compare/v2.0.0-beta.1...HEAD
289+
[2.0.0-beta.1]: https://github.com/pybricks/pybricks-code/compare/v1.2.0-beta.1...v2.0.0-beta.1
289290
[1.2.0-beta.1]: https://github.com/pybricks/pybricks-code/compare/v1.1.0...v1.2.0-beta.1
290291
[1.1.0]: https://github.com/pybricks/pybricks-code/compare/v1.1.0-rc.1...v1.1.0
291292
[1.1.0-rc.1]: https://github.com/pybricks/pybricks-code/compare/v1.1.0-beta.6...v1.1.0-rc.1

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@pybricks/pybricks-code",
3-
"version": "1.2.0-beta.1",
3+
"version": "2.0.0-beta.1",
44
"license": "MIT",
55
"author": "The Pybricks Authors",
66
"repository": {

0 commit comments

Comments
 (0)