Skip to content

Commit

Permalink
Release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
amotl committed Dec 22, 2024
1 parent b49425c commit 9b55175
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## Unreleased

## v0.1.0 - December 22, 2024
- Tests: Added integration test case with CrateDB using `rename_relation`
- Macro: Added `cratedb__reset_csv_table` for using `DELETE FROM`
instead of `TRUNCATE`. Thanks, @hlcianfagna.
Expand Down
2 changes: 1 addition & 1 deletion dbt/adapters/cratedb/__version__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version = "0.0.2"
version = "0.1.0"

0 comments on commit 9b55175

Please sign in to comment.