Skip to content

Commit d09ff24

Browse files
authored
Merge pull request #17 from sdsc-ordes/release/v2.1.2
Release v2.1.2
2 parents d7538c6 + 0fb24fd commit d09ff24

2 files changed

Lines changed: 8 additions & 5 deletions

File tree

CHANGELOG.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,16 +5,19 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8-
## [2.1.1] - 2026-02-24
8+
## [2.1.2] - 2026-02-24
99

1010
### Miscellaneous Tasks
1111

12+
- **(release)** Bump version and update changelog to v2.1.1
1213
- Bump main to v2.1.0
1314
- Add publish release action for post merge release promotion
1415
- Hotfix the release/changelog workflow
15-
- Small formatting/description edits
16-
- Increment version
17-
- Token permission for changelog step
16+
- Fix git cliff permissions here too
17+
- Fix read permission for PR's
18+
- Prepare a release
19+
- Fix git cliff deprecated keywords
20+
- One more ci fix
1821

1922
## [2.1.0-develop] - 2026-02-23
2023

ontology-combined.ttl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
dct:abstract "The Open Pulse Ontology to model contributions to open source scientific software and research articles from EPFL." ;
2020
dct:license <https://spdx.org/licenses/CC-BY-4.0.html> ;
2121
dct:title "Open Pulse Ontology" ;
22-
owl:versionInfo "v2.1.1"^^xsd:string .
22+
owl:versionInfo "v2.1.2"^^xsd:string .
2323

2424
# Classes
2525
schema:Person a rdfs:Class ; skos:prefLabel "Person" ; skos:definition "An individual researcher or contributor." .

0 commit comments

Comments
 (0)