File tree Expand file tree Collapse file tree 2 files changed +22
-1
lines changed
Expand file tree Collapse file tree 2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 44[package ]
55name = " stackfuture"
66description = " 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 "
88edition = " 2024"
99license = " MIT"
1010authors = [" Microsoft" ]
You can’t perform that action at this time.
0 commit comments