Skip to content

Commit

Permalink
chore(release): 0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tpluscode committed Jul 29, 2020
1 parent d2a4a8c commit feb9e09
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
16 changes: 15 additions & 1 deletion CHANGELOG.md
Expand Up @@ -2,7 +2,21 @@

All notable changes to this project will be documented in this file. See [versionize](https://github.com/saintedlama/versionize) for commit guidelines.

<a name="0.6.3"></a>
<a name="0.7.0"></a>
## 0.7.0 (2020-7-29)

### Bug Fixes

* writing to console as n-quad stream
* assume UTC date/times by default

### Features

* add option to write directly to triple store over sparql
* write output only mapping succeeds
* add flag to preserve duplicate rows
* write to standard output when no out file is specified

## 0.6.3 (2020-7-25)

### Bug Fixes
Expand Down
2 changes: 1 addition & 1 deletion src/TCode.r2rml4net.CLI/TCode.r2rml4net.CLI.csproj
@@ -1,7 +1,7 @@
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Version>0.6.3</Version>
<Version>0.7.0</Version>
<OutputType>Exe</OutputType>
<TargetFramework>netcoreapp2.2</TargetFramework>
<Authors>tpluscode</Authors>
Expand Down
2 changes: 1 addition & 1 deletion src/TCode.r2rml4net/TCode.r2rml4net.csproj
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<Project Sdk="Microsoft.NET.Sdk">
<PropertyGroup>
<Version>0.6.3</Version>
<Version>0.7.0</Version>
<TargetFramework>netstandard2.0</TargetFramework>
<RootNamespace>TCode.r2rml4net</RootNamespace>
<AssemblyName>TCode.r2rml4net</AssemblyName>
Expand Down

0 comments on commit feb9e09

Please sign in to comment.