Skip to content

Commit 361fd89

Browse files
committed
Bump minor version.
1 parent 7b9a3b6 commit 361fd89

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

lib/memory/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@
77
# Copyright, 2020-2025, by Samuel Williams.
88

99
module Memory
10-
VERSION = "0.10.0"
10+
VERSION = "0.11.0"
1111
end

readme.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,10 @@ end
9494

9595
Please see the [project releases](https://socketry.github.io/memory/releases/index) for all releases.
9696

97+
### v0.11.0
98+
99+
- Remove support for `Memory::Usage.of(..., via:)` and instead use `Memory::Graph.for` which collects more detailed usage until the specified depth, at which point it delgates to `Memory::Usage.of`. This should be more practical.
100+
97101
### v0.10.0
98102

99103
- Add support for `Memory::Usage.of(..., via:)` for tracking reachability of objects.
@@ -132,10 +136,6 @@ Please see the [project releases](https://socketry.github.io/memory/releases/ind
132136

133137
- Add `Memory::Sampler#as_json` and `#to_json`.
134138

135-
### v0.6.0
136-
137-
- Add agent context.
138-
139139
## Contributing
140140

141141
We welcome contributions to this project.

releases.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Releases
22

3-
## Unreleased
3+
## v0.11.0
44

55
- Remove support for `Memory::Usage.of(..., via:)` and instead use `Memory::Graph.for` which collects more detailed usage until the specified depth, at which point it delgates to `Memory::Usage.of`. This should be more practical.
66

0 commit comments

Comments
 (0)