Skip to content

Commit d62c1d5

Browse files
committed
release v0.1.4
1 parent 40926f9 commit d62c1d5

File tree

4 files changed

+10
-7
lines changed

4 files changed

+10
-7
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.4] - 2023-12-27
11+
1012
### Changed
1113
* now simply called **lingdocs**
1214

@@ -270,7 +272,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
270272

271273
Initial release.
272274

273-
[Unreleased]: https://github.com/fmatter/lingdocs/compare/v0.1.3...HEAD
275+
[Unreleased]: https://github.com/fmatter/lingdocs/compare/v0.1.4...HEAD
276+
[0.1.4]: https://github.com/fmatter/lingdocs/compare/v0.1.3...v0.1.4
274277
[0.1.3]: https://github.com/fmatter/lingdocs/compare/v0.1.2...v0.1.3
275278
[0.1.2]: https://github.com/fmatter/lingdocs/compare/v0.1.1...v0.1.2
276279
[0.1.1]: https://github.com/fmatter/lingdocs/compare/v0.1.0...v0.1.1

CITATION.cff

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
# YAML 1.2
22
---
33
cff-version: "1.1.0"
4-
title: "pylingdocs"
4+
title: "lingdocs"
55
authors:
66
- family-names: Matter
77
given-names: Florian
88
orcid: "https://orcid.org/0000-0002-2545-5154"
9-
date-released: 2023-11-18
10-
version: "0.1.3"
11-
url: "https://github.com/fmatter/pylingdocs/releases/tag/0.1.3"
9+
date-released: 2023-12-27
10+
version: "0.1.4"
11+
url: "https://github.com/fmatter/lingdocs/releases/tag/0.1.4"
1212
keywords:
1313
- digital linguistics
1414
- CLDF

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ Create data-rich linguistic documents with CLDF, with a variety of output format
66
[![PyPI](https://img.shields.io/pypi/v/lingdocs.svg?labelColor=4C566A&color=5E81AC)](https://pypi.org/project/lingdocs)
77
[![License](https://img.shields.io/github/license/fmatter/lingdocs?labelColor=4C566A&color=81A1C1)](https://www.apache.org/licenses/LICENSE-2.0)
88
[![Tests](https://img.shields.io/github/actions/workflow/status/fmatter/lingdocs/tests.yml?label=tests&labelColor=4C566A&color=8FBCBB)](https://github.com/fmatter/lingdocs/actions/workflows/tests.yml)
9-
[![Changelog](https://img.shields.io/badge/changelog-v0.1.3-DC673D?labelColor=4C566A&color=88C0D0)](https://fl.mt/lingdocs/changes/)
9+
[![Changelog](https://img.shields.io/badge/changelog-v0.1.4-DC673D?labelColor=4C566A&color=88C0D0)](https://fl.mt/lingdocs/changes/)
1010

1111
## About
1212
Linguistic documents usually contain linguistic data, be it from primary research or sourced from the literature.

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "lingdocs"
3-
version = "0.1.4.dev"
3+
version = "0.1.4"
44
authors = ["Florian Matter <[email protected]>"]
55
license = "Apache-2.0"
66
homepage = "https://fl.mt/lingdocs"

0 commit comments

Comments
 (0)