[chore] release 0.1.1.0
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
mangoiv 2024-08-24 10:48:52 +02:00
parent 0c931e4d64
commit 6cfd8bd075
Signed by: mangoiv
SSH key fingerprint: SHA256:JlsRe4zkmS13EG6gMFNjv13Lw5rtoMPu3Lq69ZQTKF8
2 changed files with 5 additions and 1 deletions

View file

@ -3,3 +3,7 @@
## 0.1.0.0 -- 2024-07-21
* initial support for sending simple http requests with monoidal interface
## 0.1.1.0 -- 2024-07-21
* internall, don't do unnecessary conversion from String to StrictByteString and use StrictByteString directly

View file

@ -1,6 +1,6 @@
cabal-version: 3.4
name: http-barf
version: 0.1.0.0
version: 0.1.1.0
synopsis: a library to make http requests without worrying much
description:
a dead simple library to make http requests. It provides helper functions to use different http methods, it supports