Skip to content

Commit fc286c7

Browse files
committed
bump version to 0.1.1
1 parent b43874d commit fc286c7

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.1.1] - 2025-09-29
9+
10+
Added dotenv-rails integration. Many other fixes and improvements.
11+
812
## [0.1.0] - 2025-09-07
913

1014
Initial beta release.

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
logstruct (0.1.0)
4+
logstruct (0.1.1)
55
lograge (>= 0.11)
66
rails (>= 7.0)
77
semantic_logger (~> 4.15)

lib/log_struct/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
# frozen_string_literal: true
33

44
module LogStruct
5-
VERSION = "0.1.0"
5+
VERSION = "0.1.1"
66
end

0 commit comments

Comments
 (0)