File tree Expand file tree Collapse file tree 2 files changed +16
-1
lines changed
Expand file tree Collapse file tree 2 files changed +16
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 11[tool .poetry ]
22name = " pybricksdev"
3- version = " 1.0.0-alpha.0 "
3+ version = " 1.0.0-alpha.1 "
44description = " Pybricks developer tools"
55authors = [" The Pybricks Authors <dev@pybricks.com>" ]
66maintainers = [" Laurens Valk <laurens@pybricks.com>" , " David Lechner <david@pybricks.com>" ]
You can’t perform that action at this time.
0 commit comments