Skip to content

Commit 63c99c8

Browse files
committed
Release 1.0.1: metadata merge semantics and Nix opt-in
1 parent 014e09b commit 63c99c8

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,16 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [1.0.1] - 2026-02-27
9+
10+
### Fixed
11+
12+
- Metadata updates now use Stripe merge semantics: new keys are merged into existing metadata instead of replacing the entire map, and keys set to empty string are deleted.
13+
14+
### Changed
15+
16+
- Nix/direnv developer setup is now opt-in (not auto-activated).
17+
818
## [1.0.0] - 2026-02-13
919

1020
### Added

mix.exs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ defmodule PaperTiger.MixProject do
22
@moduledoc false
33
use Mix.Project
44

5-
@version "1.0.0"
5+
@version "1.0.1"
66
@url "https://github.com/EnaiaInc/paper_tiger"
77
@maintainers ["Enaia Inc"]
88

0 commit comments

Comments
 (0)