From 70e07932f42c3d4a7f41697948065365b2b299d7 Mon Sep 17 00:00:00 2001 From: David Lechner Date: Fri, 27 Aug 2021 18:31:11 -0500 Subject: [PATCH] 1.0.0-alpha.14 --- CHANGELOG.md | 5 +++-- pyproject.toml | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d13679..5aadd86 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). -## [Unreleased] +## [1.0.0-alpha.14] - 2021-08-27 ## Changed - Changed udev rules to use `TAG+="uaccess"` instead of `MODE="0666"`. @@ -121,7 +121,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [support#420]: https://github.com/pybricks/support/issues/420 -[Unreleased]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.13..HEAD +[Unreleased]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.14..HEAD +[1.0.0-alpha.14]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.13...v1.0.0-alpha.14 [1.0.0-alpha.13]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.12...v1.0.0-alpha.13 [1.0.0-alpha.12]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.11...v1.0.0-alpha.12 [1.0.0-alpha.11]: https://github.com/pybricks/pybricksdev/compare/v1.0.0-alpha.10...v1.0.0-alpha.11 diff --git a/pyproject.toml b/pyproject.toml index 101ee08..e785b9f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "pybricksdev" -version = "1.0.0-alpha.13" +version = "1.0.0-alpha.14" description = "Pybricks developer tools" authors = ["The Pybricks Authors "] maintainers = ["Laurens Valk ", "David Lechner " ]