Skip to content

Commit f08f084

Browse files
committed
Bump version to 2.2.0
1 parent e536ecd commit f08f084

2 files changed

Lines changed: 5 additions & 7 deletions

File tree

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ Copper Multicodec is a Java library that implements [Multicodec](https://github.
44

55
[![Java 8 CI](https://github.com/filip26/copper-multicodec/actions/workflows/java8-build.yml/badge.svg)](https://github.com/filip26/copper-multicodec/actions/workflows/java8-build.yml)
66
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=filip26_copper-multicodec&metric=alert_status)](https://sonarcloud.io/summary/new_code?id=filip26_copper-multicodec)
7+
[![javadoc](https://javadoc.io/badge2/com.apicatalog/copper-multicodec/javadoc.svg)](https://javadoc.io/doc/com.apicatalog/copper-multicodec)
78
[![Maven Central](https://img.shields.io/maven-central/v/com.apicatalog/copper-multicodec.svg?label=Maven%20Central)](https://search.maven.org/search?q=g:com.apicatalog%20AND%20a:copper-multicodec)
89
[![License](https://img.shields.io/badge/License-Apache%202.0-blue.svg)](https://opensource.org/licenses/Apache-2.0)
910

@@ -16,6 +17,8 @@ Copper Multicodec is a Java library that implements [Multicodec](https://github.
1617
- **Unsigned VarInt Support:** Handles unsigned variable-length integers.
1718
- **Zero Third-Party Dependencies:** Ensures a lightweight and self-contained implementation.
1819

20+
[Supported Codecs](https://github.com/filip26/copper-multicodec/tree/main/src/main/java/com/apicatalog/multicodec/codec)
21+
1922
## Examples
2023

2124
```java
@@ -110,15 +113,10 @@ To include Copper Multicodec in your project, add the following dependency to yo
110113
<dependency>
111114
<groupId>com.apicatalog</groupId>
112115
<artifactId>copper-multicodec</artifactId>
113-
<version>2.1.0</version>
116+
<version>2.2.0</version>
114117
</dependency>
115118
```
116119

117-
## Documentation
118-
119-
* [![javadoc](https://javadoc.io/badge2/com.apicatalog/copper-multicodec/javadoc.svg)](https://javadoc.io/doc/com.apicatalog/copper-multicodec)
120-
* [Supported Codecs](https://github.com/filip26/copper-multicodec/tree/main/src/main/java/com/apicatalog/multicodec/codec)
121-
122120
## Contributing
123121

124122
All PR's welcome!

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>com.apicatalog</groupId>
77
<artifactId>copper-multicodec</artifactId>
8-
<version>2.2.0-SNAPSHOT</version>
8+
<version>2.2.0</version>
99
<packaging>jar</packaging>
1010
<url>https://github.com/filip26/copper-multicodec</url>
1111
<scm>

0 commit comments

Comments
 (0)