Skip to content

Commit

Permalink
Update readme (#39016)
Browse files Browse the repository at this point in the history
  • Loading branch information
haqadn authored Aug 22, 2024
1 parent 7624a6e commit 13d33a4
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 14 deletions.
5 changes: 5 additions & 0 deletions projects/packages/changelogger/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@ All notable changes to this project will be documented in this file.

This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [4.2.6] - 2024-08-22
### Changed
- Updated package dependencies. [#39004]

## [4.2.5] - 2024-06-27
### Changed
- Skip querying `git` in `changelogger version` command. We don't need the timestamp or PR number for that operation. [#38074]
Expand Down Expand Up @@ -240,6 +244,7 @@ This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.htm
### Added
- Initial version.

[4.2.6]: https://github.com/Automattic/jetpack-changelogger/compare/4.2.5...4.2.6
[4.2.5]: https://github.com/Automattic/jetpack-changelogger/compare/4.2.4...4.2.5
[4.2.4]: https://github.com/Automattic/jetpack-changelogger/compare/4.2.3...4.2.4
[4.2.3]: https://github.com/Automattic/jetpack-changelogger/compare/4.2.2...4.2.3
Expand Down

This file was deleted.

2 changes: 1 addition & 1 deletion projects/packages/changelogger/src/Application.php
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
*/
class Application extends SymfonyApplication {

const VERSION = '4.2.6-alpha';
const VERSION = '4.2.6';

/**
* Constructor.
Expand Down
6 changes: 6 additions & 0 deletions projects/packages/schema/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.1.0 - 2024-08-22
### Added
- Initial version. [#38563]

### Changed
- Updated package dependencies. [#39004]
4 changes: 0 additions & 4 deletions projects/packages/schema/changelog/initial-version

This file was deleted.

This file was deleted.

2 changes: 1 addition & 1 deletion projects/packages/schema/src/class-schema.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@
* $parsed_data = $my_schema->parse($input_data);
*/
class Schema {
const PACKAGE_VERSION = '0.1.0-alpha';
const PACKAGE_VERSION = '0.1.0';

public static function as_string() {
return new Schema_Parser( new Type_String() );
Expand Down

0 comments on commit 13d33a4

Please sign in to comment.