From 429c82513091bcf69f0e5b509edce43e7c2186ec Mon Sep 17 00:00:00 2001 From: VirtualTam Date: Fri, 25 Mar 2022 21:03:57 +0100 Subject: [PATCH] netscape-go: release v1.1.0 Signed-off-by: VirtualTam --- CHANGELOG.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 544dcf6..10fd186 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,21 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/) and this project adheres to [Semantic Versioning](https://semver.org/). +## [v1.1.0](https://github.com/virtualtam/netscape-go/releases/tag/v1.1.0) - 2022-03-25 +### Added + +- Add Make targets to run benchmarks and save CPU/Memory profiles + +### Changed + +- decoder: refactor date/time operations +- Use Markdown for the README + +### Fixed + +- encoder: sort folder and bookmark attributes by key for deterministic output + + ## [v1.0.0](https://github.com/virtualtam/netscape-go/releases/tag/v1.0.0) - 2022-03-06 Initial release.