Skip to content

Commit

Permalink
add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
hacknus committed Nov 1, 2024
1 parent 4119e47 commit 9acb8ca
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
name: Check Changelog
on:
pull_request:
types: [ assigned, opened, synchronize, reopened, labeled, unlabeled ]
branches:
- main
jobs:
Check-Changelog:
name: Check Changelog Action
runs-on: ubuntu-20.04
steps:
- uses: tarides/changelog-check-action@v2
with:
changelog: CHANGELOG.MD
17 changes: 17 additions & 0 deletions CHANGELOG.MD
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
# egui Double Slider Widget changelog

All notable changes to the `egui double slider` crate will be documented in this file.

# Unreleased 0.3.0

### Added:

* ...

## 0.3.0 - 1.11.2024 - Scrolling and zooming implemented

### Added:

* Scrolling and zooming gesture with configurable factors in the builder


0 comments on commit 9acb8ca

Please sign in to comment.