We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b43874d commit fc286c7Copy full SHA for fc286c7
3 files changed
CHANGELOG.md
@@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
5
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7
8
+## [0.1.1] - 2025-09-29
9
+
10
+Added dotenv-rails integration. Many other fixes and improvements.
11
12
## [0.1.0] - 2025-09-07
13
14
Initial beta release.
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- logstruct (0.1.0)
+ logstruct (0.1.1)
lograge (>= 0.11)
rails (>= 7.0)
semantic_logger (~> 4.15)
lib/log_struct/version.rb
@@ -2,5 +2,5 @@
# frozen_string_literal: true
module LogStruct
- VERSION = "0.1.0"
+ VERSION = "0.1.1"
end
0 commit comments