Skip to content

Commit

Permalink
Version v1.0.0-RC.8
Browse files Browse the repository at this point in the history
  • Loading branch information
caendesilva committed Mar 14, 2023
1 parent 3e3a24e commit 2d1a48e
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 8 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,18 @@ HydePHP consists of two primary components, Hyde/Hyde and Hyde/Framework. Develo

<!-- CHANGELOG_START -->

## [v1.0.0-RC.8](https://github.com/hydephp/develop/releases/tag/v1.0.0-RC.8) - 2023-03-14

### Changed
- General compatible code quality improvements https://github.com/hydephp/develop/pull/1284

### Removed
- Removed test class references from main codebase https://github.com/hydephp/develop/pull/1287

### Fixed
- 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)
- 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)

## [v1.0.0-RC.7](https://github.com/hydephp/develop/releases/tag/v1.0.0-RC.7) - 2023-03-14

### Added
Expand Down
7 changes: 3 additions & 4 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,16 @@ This serves two purposes:
- for new features.

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

### Deprecated
- for soon-to-be removed features.

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

### Fixed
- 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)
- 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)
- for any bug fixes.

### Security
- in case of vulnerabilities.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
},
"name": "hyde",
"description": "Elegant and Powerful Static App Builder",
"version": "1.0.0-RC.7",
"version": "1.0.0-RC.8",
"main": "hyde",
"directories": {
"test": "tests"
Expand Down
2 changes: 1 addition & 1 deletion packages/framework/src/Foundation/HydeKernel.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ class HydeKernel implements SerializableContract
use Serializable;
use Macroable;

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

protected static self $instance;

Expand Down

0 comments on commit 2d1a48e

Please sign in to comment.