Skip to content

Commit

Permalink
chore: prepare release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ramsey committed Aug 27, 2023
1 parent 9170bf6 commit 8ab66dd
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 10 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,29 @@ 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.1.0/)
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## 0.1.1 - 2023-08-27

### Added

- Nothing.

### Changed

- Nothing.

### Deprecated

- Nothing.

### Removed

- Nothing.

### Fixed

- Remove `package.xml` from the manifest to avoid MD5 checksum errors when attempting to install via `pecl`.


## 0.1.0 - 2023-08-27

### Added
Expand Down
39 changes: 29 additions & 10 deletions package.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,24 +14,18 @@ Internationalization API Specification.
<active>yes</active>
</lead>
<date>2023-08-27</date>
<time>23:45:00</time>
<version>
<release>0.1.0</release>
<api>0.1.0</api>
<release>0.1.1</release>
<api>0.1.1</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<license uri="https://opensource.org/license/bsd-3-clause/">BSD-3-Clause</license>
<notes><![CDATA[
Initial release with initial functionality ported from ECMA-402:
- Ecma\Intl static class with static methods getCanonicalLocales() and supportedValuesOf()
- Ecma\Intl\Category enum to pass to Intl::supportedValuesOf()
- Ecma\Intl\Locale to represent Unicode locales
- Ecma\Intl\Locale\Options for manipulating locales when creating instances of Ecma\Intl\Locale
- Ecma\Intl\Locale\TextInfo and Ecma\Intl\Locale\CharacterDirection for conveying typesetting information for the locale
- Ecma\Intl\Locale\WeekInfo and Ecma\Intl\Locale\WeekDay for conveying calendar information for the locale
Fix: remove package.xml from manifest to avoid md5 checksum errors when installing via pecl.
]]></notes>
<contents>
<dir name="/">
Expand Down Expand Up @@ -214,4 +208,29 @@ Initial release with initial functionality ported from ECMA-402:
</dependencies>
<providesextension>ecma_intl</providesextension>
<extsrcrelease/>
<changelog>
<release>
<date>2023-08-27</date>
<time>23:23:10</time>
<version>
<release>0.1.0</release>
<api>0.1.0</api>
</version>
<stability>
<release>alpha</release>
<api>alpha</api>
</stability>
<license uri="https://opensource.org/license/bsd-3-clause/">BSD-3-Clause</license>
<notes><![CDATA[
Initial release with initial functionality ported from ECMA-402:
- Ecma\Intl static class with static methods getCanonicalLocales() and supportedValuesOf()
- Ecma\Intl\Category enum to pass to Intl::supportedValuesOf()
- Ecma\Intl\Locale to represent Unicode locales
- Ecma\Intl\Locale\Options for manipulating locales when creating instances of Ecma\Intl\Locale
- Ecma\Intl\Locale\TextInfo and Ecma\Intl\Locale\CharacterDirection for conveying typesetting information for the locale
- Ecma\Intl\Locale\WeekInfo and Ecma\Intl\Locale\WeekDay for conveying calendar information for the locale
]]></notes>
</release>
</changelog>
</package>

0 comments on commit 8ab66dd

Please sign in to comment.