From 15d0c6205651dd113628aa653b06985a023dec83 Mon Sep 17 00:00:00 2001 From: pakkunbot Date: Fri, 1 Nov 2024 22:28:02 +0000 Subject: [PATCH] Release version 1.3.0 --- CHANGELOG.md | 3 +-- Makefile | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 152ce17..446947b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,8 +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 - +## 1.3.0 - 2024-11-01 ### Added - Add extra_path input configuration diff --git a/Makefile b/Makefile index e1c52f4..8d894ab 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -version ?= 1.2.1-pre.0 +version ?= 1.3.0 ci: deps lint