Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 869 Bytes

CHANGELOG.md

File metadata and controls

29 lines (18 loc) · 869 Bytes

Changelog

All notable changes to this project will be documented in this file. The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[Unreleased]

  • Utilities for manipulating the CSS style of Streamlit buttons.

[0.1.1] - 2023-08-15

Fixed

  • Refactored the release workflow that was not working properly.

Changed

  • Removed the close trigger of the CI workflow to prevent duplication.
  • Changed the paths of the CI workflow to only trigger when necessary.
  • Changed package classifiers (added several and removed the old ones).
  • Added two new URLs to the project metadata.

[0.1.0] - 2023-08-14

Added

  • The session_state decorator for easy interaction with Streamlit apps state.
  • Initial release of the package.