Skip to content

Commit db19ac7

Browse files
chore(release): 1.0.0 [skip ci]
## 1.0.0 (2025-07-14) ### ci * trigger release (#8) ([](11b37a7)), closes [#8](#8) ### chore * initial commit ([](e004552)) * initial conversion output ([](9e3b4cd)) * **release:** 1.0.0-develop.1 [skip ci] ([](f72acf3)) ### feat * add --status-codes (-Z) to output proxy/server HTTP codes ([](181057e)) * **ci:** add semantic-release config and GitHub workflow (#6) ([](a377ded)), closes [#6](#6) * default to POST when --data is provided and --method is not set ([](12a0786)) * initial working version of http-cli for testing ([](5f2d4bc)) * Merge remote-tracking branch 'origin/main' into develop ([](08200f6)) ### refactor * remove output from --dump-header option ([](c67ee1f)) * remove output from --dump-header option (#4) ([](1348d1f)), closes [#4](#4) ### docs * add README file with a short features description and few usage examples. ([](ae41222))
1 parent 11b37a7 commit db19ac7

1 file changed

Lines changed: 30 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 30 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
## 1.0.0 (2025-07-14)
2+
3+
### ci
4+
5+
* trigger release (#8) ([](https://github.com/ql4b/http-cli/commit/11b37a7ab63910f6b065512bc05de11276b6f225)), closes [#8](https://github.com/ql4b/http-cli/issues/8)
6+
7+
### chore
8+
9+
* initial commit ([](https://github.com/ql4b/http-cli/commit/e004552fa54b53c86351524f32cfa36982ca4073))
10+
* initial conversion output ([](https://github.com/ql4b/http-cli/commit/9e3b4cdf6db1969f73f03ef70edd749b452d0481))
11+
* **release:** 1.0.0-develop.1 [skip ci] ([](https://github.com/ql4b/http-cli/commit/f72acf3a22b8fe94a3a44f0003a8312b7f077129))
12+
13+
### feat
14+
15+
* add --status-codes (-Z) to output proxy/server HTTP codes ([](https://github.com/ql4b/http-cli/commit/181057e8c475675859ea6a9d2c3b48a56f790ffc))
16+
* **ci:** add semantic-release config and GitHub workflow (#6) ([](https://github.com/ql4b/http-cli/commit/a377dede76e6e3fd1a31d087c4a229f2bc2ed6d1)), closes [#6](https://github.com/ql4b/http-cli/issues/6)
17+
* default to POST when --data is provided and --method is not set ([](https://github.com/ql4b/http-cli/commit/12a07863e775b41c8803d7089abd122ac85077e1))
18+
* initial working version of http-cli for testing ([](https://github.com/ql4b/http-cli/commit/5f2d4bcff5d4cf58118c60eb934c948fcb6eebcc))
19+
20+
* Merge remote-tracking branch 'origin/main' into develop ([](https://github.com/ql4b/http-cli/commit/08200f6dd911b23040c56fa308f74dd1038137f8))
21+
22+
### refactor
23+
24+
* remove output from --dump-header option ([](https://github.com/ql4b/http-cli/commit/c67ee1f1fd0d18e78e45068e39bcc4966c5a1d37))
25+
* remove output from --dump-header option (#4) ([](https://github.com/ql4b/http-cli/commit/1348d1f49606e07d4ab317acf29e9d1476006545)), closes [#4](https://github.com/ql4b/http-cli/issues/4)
26+
27+
### docs
28+
29+
* add README file with a short features description and few usage examples. ([](https://github.com/ql4b/http-cli/commit/ae41222b0a7aeecbe591d64d7cc7f47e534b303e))
30+
131
## 1.0.0-develop.1 (2025-07-12)
232

333
### feat

0 commit comments

Comments
 (0)