Skip to content

Commit 226a525

Browse files
authored
Add Changelog and bump version to 0.1.2(#79)
1 parent 19abe4b commit 226a525

File tree

2 files changed

+30
-1
lines changed

2 files changed

+30
-1
lines changed

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
2+
File filter
3+
# Changelog
4+
5+
All notable changes to this project will be documented in this file.
6+
7+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/),
8+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
9+
10+
Links are updated with Changelog.jl using the command:
11+
12+
```julia
13+
Changelog.generate(
14+
Changelog.CommonMark(), # output type
15+
"CHANGELOG.md"; # input and output file
16+
repo = "JuliaDataCubes/PyramidScheme.jl", # default repository for links
17+
)
18+
```
19+
20+
## [0.1.2]
21+
22+
### Added
23+
24+
- Implemented proper MakieRecipies this should make Observable(::Pyramid) work
25+
- Added `cat` of Pyramids to concatenate on all levels
26+
27+
### Fixed
28+
29+
- Improved computation of the dimensions of the aggregated levels

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "PyramidScheme"
22
uuid = "ec211b67-1c2c-4319-878f-eaee078ee145"
33
authors = ["Felix Cremer <[email protected]> and contributors"]
4-
version = "0.1.1"
4+
version = "0.1.2"
55

66
[deps]
77
ArchGDAL = "c9ce4bd3-c3d5-55b8-8973-c0e20141b8c3"

0 commit comments

Comments
 (0)