Skip to content

Commit 93d9412

Browse files
authored
Technical/Update gem version (#20)
* Updated gem version * Updated changelog
1 parent b08b0d4 commit 93d9412

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
44

5+
## [0.3.0] - 2024-03-10
6+
7+
### Added
8+
9+
- Added ability to configure builtin attribute key names
10+
11+
### Updated
12+
13+
- Updated `OnStrum::Logs::Configuration`, tests
14+
- Updated `OnStrum::Logs::Logger::Default`, tests
15+
- Updated `OnStrum::Logs::Formatter::Base`, tests
16+
- Updated `OnStrum::Logs::Formatter::Json`, tests
17+
- Updated `OnStrum::Logs::RspecHelper::Configuration`, tests
18+
- Updated `OnStrum::Logs::RspecHelper::ContextGenerator`, tests
19+
- Updated gem documentation
20+
521
## [0.2.0] - 2024-03-05
622

723
### Added

lib/on_strum/logs/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
module OnStrum
44
module Logs
5-
VERSION = '0.2.0'
5+
VERSION = '0.3.0'
66
end
77
end

0 commit comments

Comments
 (0)