Skip to content

Commit ff430af

Browse files
chore(release): v0.0.6
1 parent 645e575 commit ff430af

2 files changed

Lines changed: 26 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,28 @@
11
# CHANGELOG
22

33

4+
## v0.0.6 (2025-02-24)
5+
6+
### Chores
7+
8+
- Add GCacheKey to export ([#10](https://github.com/rungalileo/cachegalileo/pull/10),
9+
[`645e575`](https://github.com/rungalileo/cachegalileo/commit/645e575d25d97a3ac8a3ba0e1d0064e2f998e66a))
10+
11+
* chore: Cleaning up code
12+
13+
* Some more comments
14+
15+
* More documentation
16+
17+
* todo
18+
19+
* Remove import from readme
20+
21+
* fixups
22+
23+
* chore: Add GCacheKey to export
24+
25+
426
## v0.0.5 (2025-02-24)
527

628
### Chores
@@ -20,6 +42,9 @@
2042

2143
* fixups
2244

45+
- **release**: V0.0.5
46+
([`0be74e2`](https://github.com/rungalileo/cachegalileo/commit/0be74e204c5981df6ba37b6f699bb52454af623d))
47+
2348

2449
## v0.0.4 (2025-02-24)
2550

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "cachegalileo"
3-
version = "0.0.5"
3+
version = "0.0.6"
44
description = "Fine grained caching."
55
authors = [{ name = "Galileo Technologies Inc.", email = "team@rungalileo.io" }]
66
readme = "README.md"

0 commit comments

Comments
 (0)