From 007b7d64d738c09046153a214dd8bf0ffb905ea8 Mon Sep 17 00:00:00 2001 From: ivmarkov Date: Thu, 2 Jan 2025 10:17:37 +0000 Subject: [PATCH] New release --- CHANGELOG.md | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aea4b0f..3796906 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,7 +5,7 @@ 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). -## [Unreleased] +## [0.28.1] - 2025-01-02 ### Deprecated diff --git a/Cargo.toml b/Cargo.toml index 186ec5f..e041bff 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "embedded-svc" -version = "0.28.0" +version = "0.28.1" authors = ["Ivan Markov "] edition = "2021" resolver = "2"