File tree Expand file tree Collapse file tree 3 files changed +6
-2
lines changed
Expand file tree Collapse file tree 3 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
66and 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
1014Initial beta release.
Original file line number Diff line number Diff line change 11PATH
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 )
Original file line number Diff line number Diff line change 22# frozen_string_literal: true
33
44module LogStruct
5- VERSION = "0.1.0 "
5+ VERSION = "0.1.1 "
66end
You can’t perform that action at this time.
0 commit comments