Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
CaosDB Crawler
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Issue analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
caosdb
Software
CaosDB Crawler
Commits
c7ceb3a3
Commit
c7ceb3a3
authored
1 month ago
by
Florian Spreckelsen
Browse files
Options
Downloads
Patches
Plain Diff
BUILD: Increase version numbers for release 0.12.0
parent
ac2bdf32
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!222
Release 0.12.0
Pipeline
#62218
failed
1 month ago
Stage: info
Stage: setup
Stage: cert
Stage: style
Stage: test
Stage: deploy
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
CHANGELOG.md
+1
-11
1 addition, 11 deletions
CHANGELOG.md
CITATION.cff
+2
-2
2 additions, 2 deletions
CITATION.cff
setup.cfg
+1
-1
1 addition, 1 deletion
setup.cfg
src/doc/conf.py
+2
-2
2 additions, 2 deletions
src/doc/conf.py
with
6 additions
and
16 deletions
CHANGELOG.md
+
1
−
11
View file @
c7ceb3a3
...
...
@@ -5,9 +5,7 @@ All notable changes to this project will be documented in this file.
The format is based on
[
Keep a Changelog
](
https://keepachangelog.com/en/1.1.0/
)
,
and this project adheres to
[
Semantic Versioning
](
https://semver.org/spec/v2.0.0.html
)
.
## [Unreleased] ##
### Added ###
## [0.12.0] - 2025-03-25 ##
### Changed ###
...
...
@@ -16,19 +14,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
the
`crawler_definition`
if none are given. Therefore, the
`converter_registry`
argument is now optional.
### Deprecated ###
### Removed ###
### Fixed ###
-
A RecordType with multiple Parents no longer causes an error during
collection of identifiables
### Security ###
### Documentation ###
## [0.11.0] - 2025-03-05 ##
### Added ###
...
...
This diff is collapsed.
Click to expand it.
CITATION.cff
+
2
−
2
View file @
c7ceb3a3
...
...
@@ -17,6 +17,6 @@ authors:
given-names: Alexander
orcid: https://orcid.org/0000-0003-4124-9649
title: CaosDB - Crawler
version: 0.1
1
.0
version: 0.1
2
.0
doi: 10.3390/data9020024
date-released: 2025-03-05
\ No newline at end of file
date-released: 2025-03-25
\ No newline at end of file
This diff is collapsed.
Click to expand it.
setup.cfg
+
1
−
1
View file @
c7ceb3a3
[metadata]
name
=
caoscrawler
version
=
0.1
1.1
version
=
0.1
2.0
author
=
Alexander Schlemmer
author_email
=
alexander.schlemmer@ds.mpg.de
description
=
A new crawler for LinkAhead
...
...
This diff is collapsed.
Click to expand it.
src/doc/conf.py
+
2
−
2
View file @
c7ceb3a3
...
...
@@ -33,10 +33,10 @@ copyright = '2024, IndiScale'
author
=
'
Alexander Schlemmer
'
# The short X.Y version
version
=
'
0.1
1.1
'
version
=
'
0.1
2.0
'
# The full version, including alpha/beta/rc tags
# release = '0.5.2-rc2'
release
=
'
0.1
1.1-dev
'
release
=
'
0.1
2.0
'
# -- General configuration ---------------------------------------------------
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment