Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
name: Publish to PyPI
on:
workflow_dispatch:
push:
branches:
- master
tags:
- 'v[0-9]+.[0-9]+.[0-9]+'

Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/testing.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
name: CI
on: [workflow_dispatch, workflow_call]
on:
workflow_dispatch:
pull_request:
paths-ignore:
- 'docs/**'

jobs:
Ruff:
Expand Down
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,16 @@ 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.1.0] - 2024-06-29
## [0.1.1] - 2024-07-11

### Added

- identify() method for identifying a firmware file

## [0.1.0] - 2024-07-11

_First release._


[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
Loading