Skip to content

Commit 9e79dac

Browse files
committed
bump up version to 1.0.0
1 parent b9fe7d0 commit 9e79dac

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Changelog
2+
All notable changes to this project will be documented in this file.
3+
4+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and
5+
this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
6+
7+
## [unreleased]
8+
9+
### Added
10+
- nothing yet
11+
12+
### Changed
13+
- nothing yet
14+
15+
16+
## [1.0.0] - 2025-04-20
17+
18+
Initial release with a streaming converter of RDF collections to cdt:List literals.

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<modelVersion>4.0.0</modelVersion>
33
<groupId>de.olafhartig</groupId>
44
<artifactId>SPARQL-CDT-Tools</artifactId>
5-
<version>0.0.1-SNAPSHOT</version>
5+
<version>1.0.0</version>
66

77
<properties>
88
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>

0 commit comments

Comments
 (0)