From f410fc4ce95c812934b6965e9cfb9ca8120716d9 Mon Sep 17 00:00:00 2001 From: Craig Gumbley Date: Fri, 26 Aug 2022 19:54:01 +0100 Subject: [PATCH] Release prep for v0.1.1 --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2e2f71d..96dd262 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org). +## [v0.1.1](https://github.com/chelnak/ysmrr/tree/v0.1.1) - 2022-08-26 + +[Full Changelog](https://github.com/chelnak/ysmrr/compare/v0.1.0...v0.1.1) + +### Fixed + +- Fix line updates [#35](https://github.com/chelnak/ysmrr/pull/35) ([chelnak](https://github.com/chelnak)) + +- Fix incorrect line counts [#34](https://github.com/chelnak/ysmrr/pull/34) ([chelnak](https://github.com/chelnak)) + ## [v0.1.0](https://github.com/chelnak/ysmrr/tree/v0.1.0) - 2022-08-14 [Full Changelog](https://github.com/chelnak/ysmrr/compare/v0.0.8...v0.1.0)