From 0b7f6edfbd114914d5f3d79d9bbdfc90712eea34 Mon Sep 17 00:00:00 2001 From: Ossi Herrala Date: Tue, 15 Apr 2025 11:00:44 +0300 Subject: [PATCH] Bump version 0.1.1 --- CHANGELOG.md | 12 ++++++++++++ Cargo.toml | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..61de4eb --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,12 @@ +# Changelog + +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.1] — 2025-04-15 + +### Added + +- Add methods for appending Buildable objects to buffer ([#1](https://github.com/sensorfu/pktbuilder/pull/1)) diff --git a/Cargo.toml b/Cargo.toml index 711bbf0..25a0f6c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "pktbuilder" -version = "0.1.0" +version = "0.1.1" authors = [ "Jukka Taimisto ", "Ossi Herrala " ] edition = "2021" license = "MIT"