Skip to content

Commit

Permalink
release: update changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Chrisimx committed Dec 7, 2024
1 parent 335ea4d commit 1eaa8d8
Showing 1 changed file with 30 additions and 0 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
## [v1.1.0]

## Changelog

The main change of this release is that a ScanIntent is now always represented using
the sealed class "ScanIntentData" instead of "Any". This allows custom ScanIntents while being type-safe

## 🔄️ Changes

- [ee700a2](https://github.com/Chrisimx/eSCLKt/commits/ee700a2) refactor: use ScanIntentData for specifying ScanIntents
to enhance type-safety

## 🛠 Build

- [f78c839](https://github.com/Chrisimx/eSCLKt/commits/f78c839) ci: remove codeql
- [24656d9](https://github.com/Chrisimx/eSCLKt/commits/24656d9) ci: add workflow_dispatch trigger to codeql action
- [f3c5e79](https://github.com/Chrisimx/eSCLKt/commits/f3c5e79) ci: add codeql action
- [9f558d5](https://github.com/Chrisimx/eSCLKt/commits/9f558d5) ci: specify path for page artifact to fix ci
- [385732e](https://github.com/Chrisimx/eSCLKt/commits/385732e) ci: use html output of dokka instead of jekyll
- [dad6f23](https://github.com/Chrisimx/eSCLKt/commits/dad6f23) ci: add docs ci to publish to github pages

## 📝 Documentation

- [8b4cf70](https://github.com/Chrisimx/eSCLKt/commits/8b4cf70) docs: add documentation generation with dokka

---

- [335ea4d](https://github.com/Chrisimx/eSCLKt/commits/335ea4d) release: bump version to 1.1.0
- [16a4394](https://github.com/Chrisimx/eSCLKt/commits/16a4394) github: add issue templates

## [v1.0.1]

## Changelog
Expand Down

0 comments on commit 1eaa8d8

Please sign in to comment.