Skip to content

Commit

Permalink
Update to version 0.1.23
Browse files Browse the repository at this point in the history
  • Loading branch information
shivam-singhal committed Jan 5, 2025
1 parent 51382fe commit 7d32a9f
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/), and this

---

## [0.1.23] - 2025-01-04

### Added

- Set log levels via config.toml + CLI

## [0.1.22] - 2025-01-03

### Added
Expand All @@ -15,7 +21,6 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/), and this
- Support for selective recomputation, caching
- Basic dependency visualization and analysis


## [0.1.0] - 2024-12-20

### Added
Expand All @@ -24,4 +29,4 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/), and this
- Core functionality for building simple, interactive data apps.
- Support for Markdown, data connections, and rendering tables.
- Basic theming and layout configurations.
- Full CLI support for project management.
- Full CLI support for project management.
2 changes: 1 addition & 1 deletion preswald/__init__.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Initialize the Preswald package
__version__ = "0.1.22"
__version__ = "0.1.23"

from .core import connect, connections
from .components import (
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def _copy_assets(self, frontend_dir):
setup(
# Basic package metadata
name="preswald",
version="0.1.22",
version="0.1.23",
author="Structured",
author_email="founders@structuredlabs.com",
description="A lightweight data workflow SDK.",
Expand Down

0 comments on commit 7d32a9f

Please sign in to comment.