Skip to content

Commit

Permalink
Update changelog and disable ci on push (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
sciguy16 authored Dec 10, 2022
1 parent 05243e2 commit c7be457
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 7 deletions.
15 changes: 8 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
name: build

on: [push, pull_request]
on:
- pull_request

jobs:
check:
Expand Down Expand Up @@ -36,12 +37,12 @@ jobs:
toolchain: stable
args: --all -- --check

# - name: Run cargo clippy
# uses: actions-rs/cargo@v1
# with:
# command: clippy
# toolchain: nightly
# args: -- -D warnings
- name: Run cargo clippy
uses: actions-rs/cargo@v1
with:
command: clippy
toolchain: stable
args: -- -D warnings

test:
name: Run tests on ${{ matrix.os }}
Expand Down
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Changed
* Update btleplug to 0.10
* Full rewrite to simplified async architecture with only minor changes to
public API (i.e. most things still work just by adding an `.await` to the end)

### Deprecated

Expand Down

0 comments on commit c7be457

Please sign in to comment.