Skip to content

Commit e1604e7

Browse files
chore(main): release 1.0.0 (#41)
1 parent 812d542 commit e1604e7

3 files changed

Lines changed: 29 additions & 5 deletions

File tree

.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.9.2"
2+
".": "1.0.0"
33
}

CHANGELOG.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
1-
# Changelog
1+
# Changelog
2+
3+
## [1.0.0](https://github.com/robinvdvleuten/php-nntp/compare/v0.9.2...v1.0.0) (2026-05-27)
4+
5+
6+
### ⚠ BREAKING CHANGES
7+
8+
* require at least php 8.2
9+
10+
### Features
11+
12+
* allow configuring connect timeout ([d8b95a0](https://github.com/robinvdvleuten/php-nntp/commit/d8b95a0fef8224d4cb0772c2facbf29e2900319c))
13+
* require at least php 8.2 ([456b25d](https://github.com/robinvdvleuten/php-nntp/commit/456b25d4cc09b8257eb8e5262bb2b641549bb587))
14+
15+
16+
### Bug Fixes
17+
18+
* dot-stuff NNTP article lines before sending ([8396b57](https://github.com/robinvdvleuten/php-nntp/commit/8396b577ef24433cf8254cdbbae875ad966f40da))
19+
* pass integer exception codes ([8c0ea6b](https://github.com/robinvdvleuten/php-nntp/commit/8c0ea6b441966fb08eb54d453463c74e5ac8c6e7))
20+
21+
## Changelog
222

323
All notable changes to this project will be documented in this file.

composer.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"email": "robin@webstronauts.com"
1010
}
1111
],
12-
"homepage" : "https://github.com/robinvdvleuten/php-nntp",
12+
"homepage": "https://github.com/robinvdvleuten/php-nntp",
1313
"require": {
1414
"php": "^8.2"
1515
},
@@ -21,10 +21,14 @@
2121
"phpstan/phpstan-phpunit": "^2.0"
2222
},
2323
"autoload": {
24-
"psr-4": {"Rvdv\\Nntp\\": "src"}
24+
"psr-4": {
25+
"Rvdv\\Nntp\\": "src"
26+
}
2527
},
2628
"autoload-dev": {
27-
"psr-4": {"Rvdv\\Nntp\\Tests\\": "tests"}
29+
"psr-4": {
30+
"Rvdv\\Nntp\\Tests\\": "tests"
31+
}
2832
},
2933
"scripts": {
3034
"analyze": "vendor/bin/phpstan analyze",

0 commit comments

Comments
 (0)