Skip to content

Commit b36c322

Browse files
committed
build(release): 🔖 0.2.0
1 parent ed32b8b commit b36c322

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
# Changelog
2+
3+
## [Unreleased]
4+
5+
## [0.2.0] - 2025-08-14
6+
7+
### Added
8+
9+
- CHANGELOG.md tracking notable changes
10+
- Metadata handling interface functions `getmeta`, `setmeta`, `setmeta!`
11+
12+
### Removed
13+
14+
- **Breaking**: remove function `abbr` (previously exported)
15+
16+
17+
[unreleased]: https://github.com/JuliaSpacePhysics/SpaceDataModel.jl/compare/v0.2.0...HEAD
18+
[0.2.0]: https://github.com/JuliaSpacePhysics/SpaceDataModel.jl/releases/tag/v0.2.0

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "SpaceDataModel"
22
uuid = "0b37b92c-f0c5-4a52-bd5c-390dec20857c"
33
authors = ["Zijin Zhang <[email protected]>"]
4-
version = "0.1.12"
4+
version = "0.2.0"
55

66
[deps]
77
Accessors = "7d9f7c33-5ae7-4f3b-8dc6-eff91059b697"

0 commit comments

Comments
 (0)