File tree Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Expand file tree Collapse file tree 3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ### [ 1.0.3] ( https://github.com/ABGEO/httpinfo/compare/v1.0.2...v1.0.3 ) (2022-06-12)
4+
5+ ### Bug Fixes
6+
7+ * fix description parser ([ 00aebc1] ( https://github.com/ABGEO/httpinfo/commit/00aebc17db98da43d75e8c61c6cebaed4a5918ed ) )
8+
39## [ 1.0.2] ( https://github.com/ABGEO/httpinfo/compare/v1.0.1...v1.0.2 ) (2022-04-24)
410
511### Bug Fixes
Original file line number Diff line number Diff line change @@ -5,8 +5,9 @@ Display information about HTTP status codes.
55Written in Abkhazia, Georgia 🇬🇪 2022-03-05.
66
77## Installation
8+
89``` bash
9- $ sudo curl -L " https://github.com/ABGEO/httpinfo/releases/download/v1.0.2 /httpinfo.sh" -o /usr/local/bin/httpinfo
10+ $ sudo curl -L " https://github.com/ABGEO/httpinfo/releases/download/v1.0.3 /httpinfo.sh" -o /usr/local/bin/httpinfo
1011$ sudo chmod +x /usr/local/bin/httpinfo
1112```
1213
Original file line number Diff line number Diff line change 2424
2525function print_version() {
2626 cat << EOF
27- httpinfo 1.0.2
27+ httpinfo 1.0.3
2828Copyright (C) 2022 Temuri Takalandze.
2929License GPLv3+: GNU GPL version 3 or later <https://gnu.org/licenses/gpl.html>.
3030This is free software: you are free to change and redistribute it.
You can’t perform that action at this time.
0 commit comments