Skip to content

Commit 1f78f07

Browse files
committed
Bump version to 0.1.1
1 parent b3f5619 commit 1f78f07

4 files changed

Lines changed: 16 additions & 8 deletions

File tree

CHANGES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## 0.1.1 - 2025-11-06
9+
10+
### Changed
11+
12+
- Apply module template updates
13+
814
## 0.1.0 - 2025-07-01
15+
916
### Added
17+
1018
- Implement `asimov-http-fetcher`
1119

1220
## 0.0.1 - 2025-06-30

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: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[package]
44
name = "asimov-http-module"
5-
version = "0.1.0"
5+
version = "0.1.1"
66
authors = ["ASIMOV Community"]
77
edition = "2024"
88
#rust-version = "1.85"
@@ -27,15 +27,15 @@ unstable = []
2727
[dependencies]
2828
asimov-module = { version = "25.0.0-dev.13", default-features = false }
2929
clap = { version = "4.5", default-features = false, features = [
30-
"std",
30+
"std",
3131
], optional = true }
3232
clientele = { version = "0.3.7", default-features = false, features = [
33-
"clap",
34-
"std",
33+
"clap",
34+
"std",
3535
], optional = true }
3636
gofer = { version = "0.1.8", default-features = false, features = [
37-
"http",
38-
"https",
37+
"http",
38+
"https",
3939
] }
4040

4141
[profile.release]

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.1.0
1+
0.1.1

0 commit comments

Comments
 (0)