Skip to content

Commit d7fe3da

Browse files
committed
v1.0.0-alpha.7
1 parent 069206f commit d7fe3da

File tree

2 files changed

+7
-4
lines changed

2 files changed

+7
-4
lines changed

CHANGELOG.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7-
## [1.0.0-alpha.6] - 2021-05-17
7+
## [1.0.0-alpha.7] - 2021-05-17
88
## Added
99
- Debug option to CLI interface.
1010
## Changed
@@ -16,6 +16,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1616
- Flashing firmware using BLE under conditions on Windows.
1717
- `NotImplementedError` when compiling to .mpy in ipython kernel on Windows.
1818

19+
## 1.0.0-alpha.6
20+
- Skipped for technical reasons.
21+
1922
## [1.0.0-alpha.5] - 2021-05-04
2023
### Added
2124
- REPL installer for SPIKE/MINDSTORMS hubs.
@@ -49,8 +52,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4952
- Typo in `pip` arguments `README.md`.
5053

5154

52-
[Unreleased]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.6..HEAD
53-
[1.0.0-alpha.6]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.5...v1.0.0-alpha.6
55+
[Unreleased]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.7..HEAD
56+
[1.0.0-alpha.7]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.5...v1.0.0-alpha.7
5457
[1.0.0-alpha.5]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.4...v1.0.0-alpha.5
5558
[1.0.0-alpha.4]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.3...v1.0.0-alpha.4
5659
[1.0.0-alpha.3]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.2...v1.0.0-alpha.3

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "pybricksdev"
3-
version = "1.0.0-alpha.6"
3+
version = "1.0.0-alpha.7"
44
description = "Pybricks developer tools"
55
authors = ["The Pybricks Authors <[email protected]>"]
66
maintainers = ["Laurens Valk <[email protected]>", "David Lechner <[email protected]>" ]

0 commit comments

Comments
 (0)