Skip to content

Commit

Permalink
Merge pull request #20 from datdenkikniet/release-v0.3.0
Browse files Browse the repository at this point in the history
Release v0.3.0
  • Loading branch information
datdenkikniet authored Sep 4, 2024
2 parents c6cdccc + e5a3d13 commit 69ed0b7
Show file tree
Hide file tree
Showing 6 changed files with 254 additions and 292 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

- name: Run `cargo fmt --check`
run: cargo fmt --check

check:
runs-on: ubuntu-latest
name: Check that the project builds with feature combinations
Expand All @@ -30,6 +30,6 @@ jobs:
- uses: actions/checkout@v4

- uses: dtolnay/rust-toolchain@stable

- name: Run `cargo check --no-default-features --features "${{ matrix.features }}"`
run: cargo check --no-default-features --features "${{ matrix.features }}"
run: cargo check --no-default-features --features "${{ matrix.features }}" --locked
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
# Unreleased

# [0.3.0](https://github.com/datdenkikniet/ipmi-rs/tree/v0.3.0)

* Support for sending bridged IPMB messages for sensors that are not available on the system
interface for File-based connections. `GetSensorReading::new()` and `GetSensorReading::for_sensor()`
have been replaced with`GetSensorReading::for_sensor_key()` which now takes a `&Sensorkey`. ([#6])
Expand Down
Loading

0 comments on commit 69ed0b7

Please sign in to comment.