Skip to content

Commit

Permalink
release 0.0.4 (#63)
Browse files Browse the repository at this point in the history
Co-authored-by: librarian[bot] <librarian[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and librarian[bot] authored Nov 7, 2024
1 parent 5181d41 commit 0fa5bd1
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Next version (unreleased)

PUT_CHANGELOG_HERE

# Version 0.0.4
_2024-11-07_

- Cache control support (see [the documentation](https://apollographql.github.io/apollo-kotlin-normalized-cache-incubating/cache-control.html) for details)
- Compatibility with the IntelliJ plugin cache viewer (#42)
- For consistency, `MemoryCacheFactory` and `MemoryCache` are now in the `com.apollographql.cache.normalized.memory` package
Expand Down
2 changes: 1 addition & 1 deletion Writerside/v.list
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
<!DOCTYPE vars SYSTEM "https://resources.jetbrains.com/writerside/1.0/vars.dtd">
<vars>
<var name="product" value="Writerside" />
<var name="latest_version" instance="doc" value="0.0.3" type="string" />
<var name="latest_version" instance="doc" value="0.0.4" type="string" />
</vars>
2 changes: 1 addition & 1 deletion librarian.properties
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ kdoc.artifactId=kdoc
sonatype.backend=S01

pom.groupId=com.apollographql.cache
pom.version=0.0.4-SNAPSHOT
pom.version=0.0.4
pom.description=Apollo Kotlin Incubating Normalized Cache
pom.vcsUrl=https://github.com/apollographql/apollo-kotlin-normalized-cache-incubating
pom.developer=Apollo Kotlin Incubating Normalized Cache contributors
Expand Down

0 comments on commit 0fa5bd1

Please sign in to comment.