From ed2ba32e4dbe3a851a29284ec4721ccb6a2192c3 Mon Sep 17 00:00:00 2001 From: Jacob Oaks Date: Wed, 7 Aug 2024 10:47:37 -0400 Subject: [PATCH] Back to development (#416) --- CHANGELOG.md | 3 +++ version.go | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 73db3382..ba9f9ae2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,9 @@ 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/spec/v2.0.0.html). +## Unreleased +- No changes yet. + ## [1.18.0] - 2024-08-07 ### Added - Child scope constructors are now visualized via `Visualize` diff --git a/version.go b/version.go index bad2c05f..bdb26336 100644 --- a/version.go +++ b/version.go @@ -21,4 +21,4 @@ package dig // Version of the library. -const Version = "1.18.0" +const Version = "1.19.0-dev"