Skip to content

Commit e382641

Browse files
authored
Merge pull request #328 from koriym/release/1.26.0
Release 1.26.0
2 parents 16ab212 + 90f4071 commit e382641

File tree

3 files changed

+10
-5
lines changed

3 files changed

+10
-5
lines changed

.gitattributes

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@
1212
/phpunit.xml.dist export-ignore
1313
/psalm.xml export-ignore
1414
/rector.php export-ignore
15-
å
15+
/.github export-ignore
16+
/docs export-ignore
17+
1618
# Configure diff output for .php and .phar files.
1719
*.php diff=php
1820
*.phar -diff

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,6 @@
99
/tests/log/error.log
1010
/tests-php8/*
1111
/.phpunit-cache
12+
/CLAUDE.md
13+
/memo.txt
1214

CHANGELOG.md

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

8-
## [Unreleased]
8+
## [1.26.0] - 2025-07-07
99

1010
### Added
1111
- Ray.InputQuery integration for file upload handling
@@ -17,7 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717
- Comprehensive type definitions in `Types.php` for improved type safety
1818

1919
### Changed
20-
- Updated `ray/input-query` dependency to version 0.1.0
20+
- Updated `ray/input-query` dependency to version ^0.2.0
2121
- Updated `koriym/file-upload` dependency to version ^0.2.0
2222
- Refactored file upload handling for improved consistency and readability
2323
- Replaced `create` method with `newInstance` for inputQuery instantiation
@@ -27,7 +27,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2727
- Code style issues in test files
2828

2929
### Dependencies
30-
- `ray/input-query`: 0.1.0
30+
- `ray/input-query`: ^0.2.0
3131
- `koriym/file-upload`: ^0.2.0
3232
- `ext-fileinfo`: * (required for Windows CI compatibility)
3333

@@ -62,7 +62,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
6262

6363
Please refer to the git history for changes in earlier versions.
6464

65-
[Unreleased]: https://github.com/bearsunday/BEAR.Resource/compare/1.25.0...HEAD
65+
[Unreleased]: https://github.com/bearsunday/BEAR.Resource/compare/1.26.0...HEAD
66+
[1.26.0]: https://github.com/bearsunday/BEAR.Resource/compare/1.25.0...1.26.0
6667
[1.25.0]: https://github.com/bearsunday/BEAR.Resource/compare/1.24.0...1.25.0
6768
[1.24.0]: https://github.com/bearsunday/BEAR.Resource/compare/1.23.0...1.24.0
6869
[1.23.0]: https://github.com/bearsunday/BEAR.Resource/compare/1.22.5...1.23.0

0 commit comments

Comments
 (0)