Skip to content

Commit

Permalink
Merge pull request #3 from int-brain-lab/develop
Browse files Browse the repository at this point in the history
v0.2.0
  • Loading branch information
bimac authored Aug 6, 2024
2 parents eacc82f + 1143551 commit 85dd12d
Show file tree
Hide file tree
Showing 6 changed files with 1,395 additions and 86 deletions.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,18 @@ 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.1.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.2.0] - 2024-07-11

### Added

- upload() method for uploading firmware file
- status messages will be sent to log

### Changed

- moved 'port' kwarg ahead of 'serial'
- raise ChildProcessError instead of RuntimeError

## [0.1.2] - 2024-07-11

### Changed
Expand All @@ -23,6 +35,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
_First release._


[0.2.0]: https://github.com/int-brain-lab/tycmd-wrapper/releases/tag/v0.2.0
[0.1.2]: https://github.com/int-brain-lab/tycmd-wrapper/releases/tag/v0.1.2
[0.1.1]: https://github.com/int-brain-lab/tycmd-wrapper/releases/tag/v0.1.1
[0.1.0]: https://github.com/int-brain-lab/tycmd-wrapper/releases/tag/v0.1.0
4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,6 @@
A Python wrapper for [tycmd](https://koromix.dev/tytools) by [Niels
Martignène](https://github.com/Koromix/).

> [!WARNING]
> This package is not yet functional.
> Syntax may change without warning.
Documentation: https://int-brain-lab.github.io/tycmd-wrapper

![License](https://img.shields.io/github/license/int-brain-lab/tycmd-wrapper)
Expand Down
File renamed without changes.
Loading

0 comments on commit 85dd12d

Please sign in to comment.