Skip to content

Commit ff4fea9

Browse files
authored
chore: release v0.3.1
1 parent 17241d3 commit ff4fea9

File tree

2 files changed

+22
-1
lines changed

2 files changed

+22
-1
lines changed

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Changelog
2+
3+
All notable changes to this project will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [0.3.1](https://github.com/microsoft/stackfuture/compare/v0.3.0...v0.3.1) - 2025-11-18
11+
12+
### Other
13+
14+
- Change 'F' to 'Future' in panic messages
15+
- Print detailed panic messages
16+
- Potential fix for code scanning alert no. 2: Workflow does not contain permissions
17+
- Fix another dead_code issue
18+
- cargo fmt
19+
- General updates, cleanups, and fixes
20+
- Add auto-updates from dependabot
21+
- Add missing copyright header and fix SUPPORT.md

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
[package]
55
name = "stackfuture"
66
description = "StackFuture is a wrapper around futures that stores the wrapped future in space provided by the caller."
7-
version = "0.3.0"
7+
version = "0.3.1"
88
edition = "2024"
99
license = "MIT"
1010
authors = ["Microsoft"]

0 commit comments

Comments
 (0)