Skip to content

Commit 30e4a31

Browse files
committed
feat: update changelog and version
1 parent 945355a commit 30e4a31

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

CHANGELOG.md

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

8-
## [0.2.0] - Unreleased
8+
## [0.2.0] - 2026-02-09
99

1010
### Added
1111
- **Accessibility (ARIA + keyboard)**: `title:` and `description:` options on charts, `role="img"` and `aria-label` on SVG elements, `aria-hidden` on decorative elements (grid, crosshair, reference lines), `aria-label` on data points
@@ -22,7 +22,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
2222
- **Heatmap chart type**: `c.heatmap(x_key: :day, y_key: :hour, value_key: :count)` for density/intensity visualization
2323
- **Treemap chart type**: `c.treemap(value_key: :size, label_key: :name)` for hierarchical data with optional `parent_key` grouping
2424

25-
## [0.1.0] - 2025-01-01
25+
## [0.1.0] - 2026-02-08
2626

2727
### Added
2828
- Initial release with 10 chart types: Line, Bar, Area (with stacking), Scatter, Pie/Donut, Radar, Horizontal Bar, Candlestick, Funnel

lib/trackplot/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Trackplot
2-
VERSION = "0.1.0"
2+
VERSION = "0.2.0"
33
end

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "trackplot",
3-
"version": "0.1.0",
3+
"version": "0.2.0",
44
"description": "Beautiful D3.js charts for Rails with a Recharts-like DSL",
55
"module": "app/assets/javascripts/trackplot/index.js",
66
"main": "app/assets/javascripts/trackplot/index.js",

0 commit comments

Comments
 (0)