Skip to content

Commit 117e026

Browse files
committed
Release 0.1.5
1 parent 527f83f commit 117e026

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "nutmeg"
3-
version = "0.1.5-pre"
3+
version = "0.1.5"
44
edition = "2021"
55
description = "An unopinionated progress bar library"
66
license = "MIT"

NEWS.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
# Nutmeg Changelog
22

3-
## Unreleased
3+
## 0.1.5
4+
5+
Released 2025-10-05
46

57
- **Breaking change:** `Render` no longer has a blanket implementation for `Display`: you can no longer use a string, integer, or some object that implements `Display` as a model directly. You can instead implement `Render` explicitly, or opt in to this behavior using the new `nutmeg::models::DisplayModel`.
68

0 commit comments

Comments
 (0)