Skip to content

Commit 29b1bee

Browse files
committed
v1.0.0-alpha.1
1 parent c3d79a1 commit 29b1bee

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
5+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
## [1.0.0-alpha.1] - 2021-04-07
8+
### Added
9+
- This changelog.
10+
### Fixed
11+
- DFU flashing not working on Windows.
12+
- Typo in `pip` arguments `README.md`.
13+
14+
[Unreleased]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.1...HEAD
15+
[1.0.0-alpha.1]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.0...v1.0.0-alpha.1

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.0"
3+
version = "1.0.0-alpha.1"
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)