Skip to content

Commit fc6c4e4

Browse files
siddhantk232amitu
authored andcommitted
Prepare for fastn 0.4.105 release
1 parent d921a89 commit fc6c4e4

File tree

3 files changed

+11
-2
lines changed

3 files changed

+11
-2
lines changed

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.

Changelog.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# `fastn` Change Log
22

3+
## 16 June 2025
4+
5+
### fastn: 0.4.105
6+
7+
- fix(http processor): Send unquoted string in url query param to preserve old behaviour.
8+
- fix: Handle import of system packages from `inherited-` caller module correctly.
9+
- fix: Only consider main package when resolving imports for `provided-via`.
10+
- See: https://github.com/fastn-stack/fastn/pull/2151 for more details.
11+
312
## 11 June 2025
413

514
### fastn: 0.4.104

fastn/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "fastn"
3-
version = "0.4.104"
3+
version = "0.4.105"
44
authors.workspace = true
55
edition.workspace = true
66
license.workspace = true

0 commit comments

Comments
 (0)