From 7cff81ed0d44c1f4be3b112ca378de803c3a6332 Mon Sep 17 00:00:00 2001 From: "James Armes (they/them)" Date: Sun, 15 Sep 2024 00:10:53 -0400 Subject: [PATCH] Create 1.0.2 release. (#7) --- CHANGELOG.md | 2 +- lib/configsl/version.rb | 4 +++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b7063dd..00a54cb 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][changelog], and this project adheres to [Semantic Versioning][versioning]. -## [Unreleased] +## [1.0.2] ### Added diff --git a/lib/configsl/version.rb b/lib/configsl/version.rb index f576f06..8d8ef50 100644 --- a/lib/configsl/version.rb +++ b/lib/configsl/version.rb @@ -1,5 +1,7 @@ # frozen_string_literal: true +# :nocov: module ConfigSL - VERSION = '1.0.1' + VERSION = '1.0.2' end +# :nocov: