From 83b82296f1a3d2d0681f4335a5f57fb4953ecffb Mon Sep 17 00:00:00 2001 From: Reese Schultz Date: Mon, 4 Jul 2022 12:09:22 -0500 Subject: [PATCH] release: v0.3.0 --- CHANGELOG.md | 24 +++++++++++++++++++----- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 938a786..9cf790e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,16 +6,30 @@ 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.3.0 - [2022-07-04] + +## Features + +- Add filesystem path helpers +- Add job summary support + +## Changes + +- Upgrade Deno from 1.23.0 to 1.23.1 +- Upgrade from use of std@0.144.0 to 0.146.0 +- Clarify GitHub as copyright holder in license +- Simplify and streamline contributing guide + ## 0.1.3 - [2022-06-20] -### Changed +### Changes -- Update documentation for maintainability. -- Upgrade Deno to 1.23.0. -- Upgrade from use of std@0.137.0 to 0.144.0. +- Update documentation for maintainability +- Upgrade Deno to 1.23.0 +- Upgrade from use of std@0.137.0 to 0.144.0 ## 0.1.0 - [2022-03-14] ### Added -- Initial release of project. +- Initial release of project