Skip to content

Commit 8ab66dd

Browse files
committed
chore: prepare release 0.1.1
1 parent 9170bf6 commit 8ab66dd

File tree

2 files changed

+52
-10
lines changed

2 files changed

+52
-10
lines changed

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,29 @@ 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+
## 0.1.1 - 2023-08-27
9+
10+
### Added
11+
12+
- Nothing.
13+
14+
### Changed
15+
16+
- Nothing.
17+
18+
### Deprecated
19+
20+
- Nothing.
21+
22+
### Removed
23+
24+
- Nothing.
25+
26+
### Fixed
27+
28+
- Remove `package.xml` from the manifest to avoid MD5 checksum errors when attempting to install via `pecl`.
29+
30+
831
## 0.1.0 - 2023-08-27
932

1033
### Added

package.xml

+29-10
Original file line numberDiff line numberDiff line change
@@ -14,24 +14,18 @@ Internationalization API Specification.
1414
<active>yes</active>
1515
</lead>
1616
<date>2023-08-27</date>
17+
<time>23:45:00</time>
1718
<version>
18-
<release>0.1.0</release>
19-
<api>0.1.0</api>
19+
<release>0.1.1</release>
20+
<api>0.1.1</api>
2021
</version>
2122
<stability>
2223
<release>alpha</release>
2324
<api>alpha</api>
2425
</stability>
2526
<license uri="https://opensource.org/license/bsd-3-clause/">BSD-3-Clause</license>
2627
<notes><![CDATA[
27-
Initial release with initial functionality ported from ECMA-402:
28-
29-
- Ecma\Intl static class with static methods getCanonicalLocales() and supportedValuesOf()
30-
- Ecma\Intl\Category enum to pass to Intl::supportedValuesOf()
31-
- Ecma\Intl\Locale to represent Unicode locales
32-
- Ecma\Intl\Locale\Options for manipulating locales when creating instances of Ecma\Intl\Locale
33-
- Ecma\Intl\Locale\TextInfo and Ecma\Intl\Locale\CharacterDirection for conveying typesetting information for the locale
34-
- Ecma\Intl\Locale\WeekInfo and Ecma\Intl\Locale\WeekDay for conveying calendar information for the locale
28+
Fix: remove package.xml from manifest to avoid md5 checksum errors when installing via pecl.
3529
]]></notes>
3630
<contents>
3731
<dir name="/">
@@ -214,4 +208,29 @@ Initial release with initial functionality ported from ECMA-402:
214208
</dependencies>
215209
<providesextension>ecma_intl</providesextension>
216210
<extsrcrelease/>
211+
<changelog>
212+
<release>
213+
<date>2023-08-27</date>
214+
<time>23:23:10</time>
215+
<version>
216+
<release>0.1.0</release>
217+
<api>0.1.0</api>
218+
</version>
219+
<stability>
220+
<release>alpha</release>
221+
<api>alpha</api>
222+
</stability>
223+
<license uri="https://opensource.org/license/bsd-3-clause/">BSD-3-Clause</license>
224+
<notes><![CDATA[
225+
Initial release with initial functionality ported from ECMA-402:
226+
227+
- Ecma\Intl static class with static methods getCanonicalLocales() and supportedValuesOf()
228+
- Ecma\Intl\Category enum to pass to Intl::supportedValuesOf()
229+
- Ecma\Intl\Locale to represent Unicode locales
230+
- Ecma\Intl\Locale\Options for manipulating locales when creating instances of Ecma\Intl\Locale
231+
- Ecma\Intl\Locale\TextInfo and Ecma\Intl\Locale\CharacterDirection for conveying typesetting information for the locale
232+
- Ecma\Intl\Locale\WeekInfo and Ecma\Intl\Locale\WeekDay for conveying calendar information for the locale
233+
]]></notes>
234+
</release>
235+
</changelog>
217236
</package>

0 commit comments

Comments
 (0)