Skip to content
This repository has been archived by the owner on Aug 15, 2024. It is now read-only.

Commit

Permalink
Release 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
cgrigis committed Apr 12, 2022
1 parent dd35832 commit 20c7ba7
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.4.1 - 2022/04/12
* Fix a couple of issues preventing loading some sites (#92)
* Move to upstream arti 0.2

0.4.0 - 2022/03/31
* Expose a full Client
* Android: split TorLibApi_torRequest in Client_{create,send,free}
Expand Down
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

14 changes: 13 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,13 +1,25 @@
[package]
name = "lightarti-rest"
version = "0.4.0"
version = "0.4.1"
authors = [
"Linus Gasser <linus.gasser@epfl.ch>",
"Laurent Girod <laurent.girod@epfl.ch>",
"Christian Grigis <christian.grigis@epfl.ch>",
"Valérian Rousset <valerian.rousset@epfl.ch>",
]
edition = "2021"
license-file = "LICENSE"
description = "Simple wrapper around arti to enable mobile apps to make anonymous requests via Tor"
repository = "https://github.com/c4dt/lightarti-rest"
keywords = [
"anonymity",
"privacy",
"tor",
]
categories = [
"cryptography",
"web-programming::http-client",
]

[lib]
crate-type = ["cdylib", "lib", "staticlib"]
Expand Down

0 comments on commit 20c7ba7

Please sign in to comment.