Skip to content

Commit 39bc67e

Browse files
chore(release): 1.0.0 [skip ci]
## 1.0.0 (2025-07-14) ### ci * trigger release ([](2f6570f)) * trigger release ([](9c1c890)) * trigger release (#8) ([](edd2d6c)), closes [#8](#8) ### chore * initial commit ([](e004552)) * initial conversion output ([](9e3b4cd)) * **release:** 1.0.0 [skip ci] ([](d0ae82a)) * **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 2f6570f commit 39bc67e

1 file changed

Lines changed: 33 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,39 @@
22

33
### ci
44

5+
* trigger release ([](https://github.com/ql4b/http-cli/commit/2f6570fc109deb94e2482fd30b052c2ad2e1588a))
6+
* trigger release ([](https://github.com/ql4b/http-cli/commit/9c1c89039e3a26210ce750504dd47f40dc913c1c))
7+
* trigger release (#8) ([](https://github.com/ql4b/http-cli/commit/edd2d6c2541164e0b300246daaea377c00ede4e9)), closes [#8](https://github.com/ql4b/http-cli/issues/8)
8+
9+
### chore
10+
11+
* initial commit ([](https://github.com/ql4b/http-cli/commit/e004552fa54b53c86351524f32cfa36982ca4073))
12+
* initial conversion output ([](https://github.com/ql4b/http-cli/commit/9e3b4cdf6db1969f73f03ef70edd749b452d0481))
13+
* **release:** 1.0.0 [skip ci] ([](https://github.com/ql4b/http-cli/commit/d0ae82a96276911470b87abdc24d08dafaa38ca5))
14+
* **release:** 1.0.0-develop.1 [skip ci] ([](https://github.com/ql4b/http-cli/commit/f72acf3a22b8fe94a3a44f0003a8312b7f077129))
15+
16+
### feat
17+
18+
* add --status-codes (-Z) to output proxy/server HTTP codes ([](https://github.com/ql4b/http-cli/commit/181057e8c475675859ea6a9d2c3b48a56f790ffc))
19+
* **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)
20+
* default to POST when --data is provided and --method is not set ([](https://github.com/ql4b/http-cli/commit/12a07863e775b41c8803d7089abd122ac85077e1))
21+
* initial working version of http-cli for testing ([](https://github.com/ql4b/http-cli/commit/5f2d4bcff5d4cf58118c60eb934c948fcb6eebcc))
22+
23+
* Merge remote-tracking branch 'origin/main' into develop ([](https://github.com/ql4b/http-cli/commit/08200f6dd911b23040c56fa308f74dd1038137f8))
24+
25+
### refactor
26+
27+
* remove output from --dump-header option ([](https://github.com/ql4b/http-cli/commit/c67ee1f1fd0d18e78e45068e39bcc4966c5a1d37))
28+
* 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)
29+
30+
### docs
31+
32+
* add README file with a short features description and few usage examples. ([](https://github.com/ql4b/http-cli/commit/ae41222b0a7aeecbe591d64d7cc7f47e534b303e))
33+
34+
## 1.0.0 (2025-07-14)
35+
36+
### ci
37+
538
* trigger release (#8) ([](https://github.com/ql4b/http-cli/commit/11b37a7ab63910f6b065512bc05de11276b6f225)), closes [#8](https://github.com/ql4b/http-cli/issues/8)
639

740
### chore

0 commit comments

Comments
 (0)