Skip to content

Commit

Permalink
Merge pull request #1 from int-brain-lab/develop
Browse files Browse the repository at this point in the history
v0.1.1
  • Loading branch information
bimac authored Jul 11, 2024
2 parents 4253d24 + eb9b734 commit 3fc8022
Show file tree
Hide file tree
Showing 6 changed files with 1,306 additions and 6 deletions.
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

0 comments on commit 3fc8022

Please sign in to comment.