Skip to content

Commit 77ff5ee

Browse files
release: 0.3.0
1 parent d24b841 commit 77ff5ee

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "0.2.2"
2+
".": "0.3.0"
33
}

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,18 @@
11
# Changelog
22

3+
## 0.3.0 (2026-02-04)
4+
5+
Full Changelog: [v0.2.2...v0.3.0](https://github.com/sentdm/sent-dm-php/compare/v0.2.2...v0.3.0)
6+
7+
### Features
8+
9+
* use `$_ENV` aware getenv helper ([fd90ce5](https://github.com/sentdm/sent-dm-php/commit/fd90ce5dfe166c4fc95f8eae14eb323867450ac1))
10+
11+
12+
### Chores
13+
14+
* **internal:** php cs fixer should not be memory limited ([b39580a](https://github.com/sentdm/sent-dm-php/commit/b39580a339d376351d09bf27bc3984277a084978))
15+
316
## 0.2.2 (2026-01-31)
417

518
Full Changelog: [v0.2.1...v0.2.2](https://github.com/sentdm/sent-dm-php/compare/v0.2.1...v0.2.2)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ The REST API documentation can be found on [docs.sent.dm](https://docs.sent.dm).
1313
<!-- x-release-please-start-version -->
1414

1515
```
16-
composer require "sentdm/sent-dm-php 0.2.2"
16+
composer require "sentdm/sent-dm-php 0.3.0"
1717
```
1818

1919
<!-- x-release-please-end -->

src/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@
55
namespace SentDm;
66

77
// x-release-please-start-version
8-
const VERSION = '0.2.2';
8+
const VERSION = '0.3.0';
99
// x-release-please-end

0 commit comments

Comments
 (0)