Skip to content

Commit

Permalink
Merge pull request #3 from Luctins/main
Browse files Browse the repository at this point in the history
Prepare 0.2.1 release
  • Loading branch information
Dirbaio authored Nov 14, 2024
2 parents 2a13cea + 673204c commit bd16b30
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ 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.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.2.1 - 2024-11-14

- Make the configuration struct clonable and printable

## 0.2.0 - 2024-10-07

- Use the standard `core::net::Ipv4Addr` instead of a custom type.
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
Expand Up @@ -6,7 +6,7 @@ members = [

[package]
name = "ppproto"
version = "0.2.0"
version = "0.2.1"
edition = "2021"
description = "Point-to-Point Protocol (PPP) for embedded systems. `no-std` compatible, no alloc (heap) required."
repository = "https://github.com/embassy-rs/ppproto"
Expand Down

0 comments on commit bd16b30

Please sign in to comment.