From 81b93c555b9519a0a859acc90ba6a3d03c99ed17 Mon Sep 17 00:00:00 2001 From: semantic-release-bot Date: Fri, 29 Mar 2024 05:00:56 +0000 Subject: [PATCH] chore(release): 1.2.0 [skip ci] ## [1.2.0](https://github.com/im-perativa/streamlit-calendar/compare/v1.1.0...v1.2.0) (2024-03-29) ### Features * support recurring events with rrule plugin ([#29](https://github.com/im-perativa/streamlit-calendar/issues/29)) ([d9f1065](https://github.com/im-perativa/streamlit-calendar/commit/d9f1065319dccaacfc73b3458f94f8fbeb63d0e5)) --- CHANGELOG.md | 7 +++++++ pyproject.toml | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index aab36a4..7508199 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,13 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [1.2.0](https://github.com/im-perativa/streamlit-calendar/compare/v1.1.0...v1.2.0) (2024-03-29) + + +### Features + +* support recurring events with rrule plugin ([#29](https://github.com/im-perativa/streamlit-calendar/issues/29)) ([d9f1065](https://github.com/im-perativa/streamlit-calendar/commit/d9f1065319dccaacfc73b3458f94f8fbeb63d0e5)) + ## [1.1.0](https://github.com/im-perativa/streamlit-calendar/compare/v1.0.1...v1.1.0) (2023-12-21) diff --git a/pyproject.toml b/pyproject.toml index 0686f4b..05f3ee9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "streamlit-calendar" -version = "1.1.0" +version = "1.2.0" description = "📆 A Streamlit component to show callendar using FullCalendar (https://fullcalendar.io)" authors = ["Muhammad Luqman "] license = "Apache-2.0"