Skip to content

Commit bbf8200

Browse files
committed
Update CHANGELOG for 0.2.0-rc.2 release
1 parent 47acdb4 commit bbf8200

File tree

1 file changed

+28
-5
lines changed

1 file changed

+28
-5
lines changed

CHANGELOG.md

Lines changed: 28 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,29 +1,52 @@
11
# Changelog
2+
23
All notable changes to this project will be documented in this file.
34

45
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
56
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
67

78
## [Unreleased]
89

10+
## [v0.2.0-rc.2] - 2023-10-31
11+
12+
### Added
13+
14+
- Support for python 3.10, 3.11, and 3.12
15+
16+
### Changed
17+
18+
- Bump all dependency versions to latest
19+
- Switch to pyproject.toml and other project modernizations
20+
21+
### Removed
22+
23+
- Python 3.7 and 3.8 support
24+
925
## [v0.2.0-rc.1] - 2021-08-13
1026

1127
### Added
12-
- Date fields (`datetime`, `created`, `updated`) can now be used in histograms and plots (on x-axis)
13-
- Derived date fields added to Item fields (`date`, `year`, `year-month`) for use in histograms and plots
28+
29+
- Date fields (`datetime`, `created`, `updated`) can now be used in histograms
30+
and plots (on x-axis)
31+
- Derived date fields added to Item fields (`date`, `year`, `year-month`) for
32+
use in histograms and plots
1433
- marker keyword added to plot for changing plot symbol
15-
- `color`, `background_color`, `axes_color` options added to control color of histograms and plots
34+
- `color`, `background_color`, `axes_color` options added to control color of
35+
histograms and plots
1636
- `grid` option added to add x/y grid to histograms and plots
1737
- fillx keyword added to plot to fill in region between data and x-axis
1838

1939
### Changed
40+
2041
- Updated plotext version
21-
- Separated out CLI functionality into new modules: `histogram`, `plot`, `table`. (`calendar` was already a module)
42+
- Separated out CLI functionality into new modules: `histogram`, `plot`,
43+
`table`. (`calendar` was already a module)
2244

2345
## [v0.1.0] - 2021-04-16
2446

2547
Initial release.
2648

27-
[Unreleased]: <https://github.com/stac-utils/stac-terminal/compare/v0.2.0-rc.1...main>
49+
[Unreleased]: <https://github.com/stac-utils/stac-terminal/compare/v0.2.0-rc.2...main>
50+
[v0.2.0-rc.2]: <https://github.com/stac-utils/stac-terminal/compare/v0.2.0-rc.1...v0.2.0-rc.2>
2851
[v0.2.0-rc.1]: <https://github.com/stac-utils/stac-terminal/compare/v0.1.0...v0.2.0-rc.1>
2952
[v0.1.0]: <https://github.com/stac-utils/stac-terminal/tree/v0.1.0>

0 commit comments

Comments
 (0)