From 2b8dde00c9c5795edab2b5e63dd15bd83832800e Mon Sep 17 00:00:00 2001 From: Ben Ramsey Date: Sat, 2 Sep 2023 14:56:43 -0400 Subject: [PATCH] chore: prepare release 0.2.0 --- CHANGELOG.md | 4 ++-- README.md | 2 +- package.xml | 30 +++++++++++++++++++++++------- src/php/ecma_intl.h | 2 +- 4 files changed, 27 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b0d372c..a0f610f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,11 +5,11 @@ 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.4 - TBA +## 0.2.0 - 2023-09-02 ### Added -- Nothing. +- Add `Locale::$currency` and `Locale\Options::$currency` properties. ECMA-402 does not define these properties; they are unique to this implementation and inspired by the properties and methods added in the [Intl Locale Info Proposal](https://tc39.es/proposal-intl-locale-info/). ([#12](https://github.com/php-ecma-intl/ext/pull/12)) ### Changed diff --git a/README.md b/README.md index 2898fce..9693992 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@

Source Code - Download Package + Download Package PHP Programming Language Read License Build Status diff --git a/package.xml b/package.xml index f40051d..9252ff9 100644 --- a/package.xml +++ b/package.xml @@ -13,11 +13,11 @@ Internationalization API Specification. ramsey@php.net yes - 2023-08-30 - + 2023-09-02 + - 0.1.3 - 0.1.3 + 0.2.0 + 0.2.0 alpha @@ -25,9 +25,7 @@ Internationalization API Specification. BSD-3-Clause

@@ -225,6 +223,24 @@ Fix: fixes a build warning for switch statements with no default branch. ecma_intl + + 2023-08-30 + + + 0.1.3 + 0.1.3 + + + alpha + alpha + + BSD-3-Clause + + 2023-08-29 diff --git a/src/php/ecma_intl.h b/src/php/ecma_intl.h index 9c39165..84b85dc 100644 --- a/src/php/ecma_intl.h +++ b/src/php/ecma_intl.h @@ -18,7 +18,7 @@ extern zend_module_entry ecma_intl_module_entry; #define phpext_ecma_intl_ptr &ecma_intl_module_entry -#define PHP_ECMA_INTL_VERSION "0.1.4-dev" +#define PHP_ECMA_INTL_VERSION "0.2.0" #if defined(ZTS) && defined(COMPILE_DL_ECMA_INTL) ZEND_TSRMLS_CACHE_EXTERN()