Skip to content

Commit f3f3ee3

Browse files
authored
Merge pull request #1291 from hydephp/release-candidate-eight
HydePHP v1.0.0 - Release Candidate Eight
2 parents 3e3a24e + 2d1a48e commit f3f3ee3

File tree

5 files changed

+19
-8
lines changed

5 files changed

+19
-8
lines changed

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,18 @@ HydePHP consists of two primary components, Hyde/Hyde and Hyde/Framework. Develo
1717

1818
<!-- CHANGELOG_START -->
1919

20+
## [v1.0.0-RC.8](https://github.com/hydephp/develop/releases/tag/v1.0.0-RC.8) - 2023-03-14
21+
22+
### Changed
23+
- General compatible code quality improvements https://github.com/hydephp/develop/pull/1284
24+
25+
### Removed
26+
- Removed test class references from main codebase https://github.com/hydephp/develop/pull/1287
27+
28+
### Fixed
29+
- Fixed "ReadingTime calculation should never be under one minute" [#1286](https://github.com/hydephp/develop/issues/1286) in [#1285](https://github.com/hydephp/develop/pull/1285)
30+
- Fixed "The HydeCLI list command logo should respect the --no-ansi setting" [#1127](https://github.com/hydephp/develop/issues/1127) in [#1288](https://github.com/hydephp/develop/pull/1288)
31+
2032
## [v1.0.0-RC.7](https://github.com/hydephp/develop/releases/tag/v1.0.0-RC.7) - 2023-03-14
2133

2234
### Added

RELEASE_NOTES.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,17 +13,16 @@ This serves two purposes:
1313
- for new features.
1414

1515
### Changed
16-
- General compatible code quality improvements https://github.com/hydephp/develop/pull/1284
16+
- for changes in existing functionality.
1717

1818
### Deprecated
1919
- for soon-to-be removed features.
2020

2121
### Removed
22-
- Removed test class references from main codebase https://github.com/hydephp/develop/pull/1287
22+
- for now removed features.
2323

2424
### Fixed
25-
- Fixed "ReadingTime calculation should never be under one minute" [#1286](https://github.com/hydephp/develop/issues/1286) in [#1285](https://github.com/hydephp/develop/pull/1285)
26-
- Fixed "The HydeCLI list command logo should respect the --no-ansi setting" [#1127](https://github.com/hydephp/develop/issues/1127) in [#1288](https://github.com/hydephp/develop/pull/1288)
25+
- for any bug fixes.
2726

2827
### Security
2928
- in case of vulnerabilities.

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
},
88
"name": "hyde",
99
"description": "Elegant and Powerful Static App Builder",
10-
"version": "1.0.0-RC.7",
10+
"version": "1.0.0-RC.8",
1111
"main": "hyde",
1212
"directories": {
1313
"test": "tests"

packages/framework/src/Foundation/HydeKernel.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ class HydeKernel implements SerializableContract
4949
use Serializable;
5050
use Macroable;
5151

52-
final public const VERSION = '1.0.0-RC.7';
52+
final public const VERSION = '1.0.0-RC.8';
5353

5454
protected static self $instance;
5555

0 commit comments

Comments
 (0)