Skip to content

Commit 0a1ce41

Browse files
committed
changelog, rel. 0.3.6
1 parent 5c85fee commit 0a1ce41

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG

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

7+
## [0.3.6] - 2025-10-16
8+
9+
### Fixed
10+
- Resolver returns nil if the handler returns nil
11+
712
## [0.3.5] - 2025-10-14
813

914
### Changed

lib/plaintext/version.rb

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

33
module Plaintext
4-
VERSION = "0.3.5"
4+
VERSION = "0.3.6"
55
end

0 commit comments

Comments
 (0)