Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 21 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# Changelog

All notable changes to this project will be documented in this file.

The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.3.1](https://github.com/microsoft/stackfuture/compare/v0.3.0...v0.3.1) - 2025-11-18

### Other

- Change 'F' to 'Future' in panic messages
- Print detailed panic messages
- Potential fix for code scanning alert no. 2: Workflow does not contain permissions
- Fix another dead_code issue
- cargo fmt
- General updates, cleanups, and fixes
- Add auto-updates from dependabot
- Add missing copyright header and fix SUPPORT.md
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
[package]
name = "stackfuture"
description = "StackFuture is a wrapper around futures that stores the wrapped future in space provided by the caller."
version = "0.3.0"
version = "0.3.1"
edition = "2024"
license = "MIT"
authors = ["Microsoft"]
Expand Down
Loading