Skip to content

Commit

Permalink
Bump version to 0.98.5
Browse files Browse the repository at this point in the history
  • Loading branch information
derekkraan committed Jul 18, 2024
1 parent aeaefd7 commit 8b859e8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,14 @@ iex> import CurlReq

```

or use `CurlReq.from_curl/1`:
```elixir
iex> CurlReq.from_curl("curl https://www.google.com")
...> # |> Req.request!()

```


### Req Plugin

One final feature to note the Req plugin, `CurlReq.Plugin`. Use `CurlReq.Plugin.attach/2` to set up curl logging (inspired by `TeslaCurl`).
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ defmodule CurlReq.MixProject do
package: package(),
source_url: "https://github.com/derekkraan/curl_req",
start_permanent: Mix.env() == :prod,
version: "0.98.4"
version: "0.98.5"
]
end

Expand Down

0 comments on commit 8b859e8

Please sign in to comment.