Skip to content

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
leshow committed Jun 7, 2024
1 parent c775948 commit 5ebc939
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 4 deletions.
9 changes: 8 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,21 +7,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## Unreleased

## [0.12.0]

### Added

- htype for v6
- v6 `NTP_SERVER`
- `Encoder::buffer_filled` and `Encoder::len_filled`

### Fixed

- v6 DUID type writing full 2-bytes from htype
- fix v6 possiblity to overrun options array on `get`

## [0.11.0]

### Fixed

- AgentRemoteId was returning the wrong variant on decode

### Added
- RFC 2563/8925

- RFC 2563/8925

## [0.10.0]

Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "dhcproto"
version = "0.11.0"
version = "0.12.0"
authors = [
"Ian Laidlaw <[email protected]>",
"Evan Cameron <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion src/encoder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ pub trait Encodable {
/// Encoder type, holds a mut ref to a buffer
/// that it will write data to and an offset
/// of the next position to write.
///
///
/// This will start writing from the beginning of the buffer, *not* from the end.
/// The buffer will be grown as needed.
#[derive(Debug)]
Expand Down

0 comments on commit 5ebc939

Please sign in to comment.