Skip to content

Commit eb22d17

Browse files
committed
v0.3.0 — Low-level subcommands and TLS features
- Publicly expose & document the `query-tracker` and `query-peer` subcommands - Add `native-tls`, `native-tls-vendored`, and `rustls` features
1 parent 1769bef commit eb22d17

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
v0.3.0 (in development)
2-
-----------------------
1+
v0.3.0 (2025-01-30)
2+
-------------------
33
- Publicly expose & document the `query-tracker` and `query-peer` subcommands
44
- Add `native-tls`, `native-tls-vendored`, and `rustls` features
55

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "demagnetize"
3-
version = "0.3.0-dev"
3+
version = "0.3.0"
44
edition = "2021"
55
rust-version = "1.74"
66
description = "Convert magnet links to .torrent files"

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2023-2024 John Thorvald Wodder II
3+
Copyright (c) 2023-2025 John Thorvald Wodder II
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

0 commit comments

Comments
 (0)