Skip to content

Commit 7260c19

Browse files
AZQ1994claude
andcommitted
Bump version to 1.0.1 and add CHANGELOG
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 1e1e4f1 commit 7260c19

2 files changed

Lines changed: 20 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [1.0.1] - 2026-05-18
9+
10+
### Fixed
11+
- `MarshalLoader` no longer raises `Errno::ENOENT` when a dump file is missing; the corresponding table is loaded as an empty record set, matching `QueryLoader`'s fallback for unavailable tables.
12+
13+
## [1.0.0] - 2025-12-26
14+
15+
### Added
16+
- Initial public release.
17+
18+
[1.0.1]: https://github.com/aktsk/simple_master/compare/v1.0.0...v1.0.1
19+
[1.0.0]: https://github.com/aktsk/simple_master/releases/tag/v1.0.0

lib/simple_master/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 SimpleMaster
4-
VERSION = "1.0.0"
4+
VERSION = "1.0.1"
55
end

0 commit comments

Comments
 (0)