Skip to content

Commit cb5cbe6

Browse files
committed
Bump version to 0.1.1
1 parent 72f0ca5 commit cb5cbe6

3 files changed

Lines changed: 12 additions & 6 deletions

File tree

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package: visor
22
Title: Geospatial Tools for Visibility Analysis
3-
Version: 0.1.0
3+
Version: 0.1.1
44
Authors@R: c(
55
person("Claudiu", "Forgaci", , "c.forgaci@tudelft.nl", role = c("aut", "cre", "cph"),
66
comment = c(ORCID = "0000-0003-3218-5102")),

NEWS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ All notable changes to this project will be documented in this file.
33
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
44
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
55

6-
# [Unreleased]
6+
# visor 0.1.1 - 2025-12-04
77

88
## Added
99

codemeta.json

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,23 @@
44
"identifier": "visor",
55
"description": "Provides tools for visibility analysis in geospatial data. It offers functionality to perform isovist calculations, using arbitrary geometries as both viewpoints and occluders.",
66
"name": "visor: Geospatial Tools for Visibility Analysis",
7-
"relatedLink": "https://cityriverspaces.github.io/visor/",
7+
"relatedLink": ["https://cityriverspaces.github.io/visor/", "https://doi.org/10.5281/zenodo.15133420", "https://CRAN.R-project.org/package=visor"],
88
"codeRepository": "https://github.com/CityRiverSpaces/visor",
99
"issueTracker": "https://github.com/CityRiverSpaces/visor/issues",
1010
"license": "Apache License 2",
11-
"version": "0.1.0",
11+
"version": "0.1.1",
1212
"programmingLanguage": {
1313
"@type": "ComputerLanguage",
1414
"name": "R",
1515
"url": "https://r-project.org"
1616
},
17-
"runtimePlatform": "R version 4.4.0 (2024-04-24)",
17+
"runtimePlatform": "R version 4.5.1 (2025-06-13)",
18+
"provider": {
19+
"@id": "https://cran.r-project.org",
20+
"@type": "Organization",
21+
"name": "Comprehensive R Archive Network (CRAN)",
22+
"url": "https://cran.r-project.org"
23+
},
1824
"author": [
1925
{
2026
"@type": "Person",
@@ -124,7 +130,7 @@
124130
"@type": "SoftwareApplication",
125131
"identifier": "R",
126132
"name": "R",
127-
"version": ">= 4.1.0"
133+
"version": ">= 4.2"
128134
},
129135
"SystemRequirements": null
130136
},

0 commit comments

Comments
 (0)