Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
Automatically generated by python-semantic-release
  • Loading branch information
semantic-release committed Aug 21, 2024
1 parent 827fec7 commit e9f7e4c
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 3 deletions.
37 changes: 35 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,41 @@
# CHANGELOG

## v0.4.0 (2024-08-21)

### Chore

* chore: migrate to uv

Use the shiny new uv package manager.
Refactor project structure to uv default. ([`ce4aa20`](https://github.com/jonbiemond/heave/commit/ce4aa20b75a1f8f0adb9956a30e80175d6f378b5))

* chore: add binary extra to psycopg

In case the host does not already have the binary and libpq installed. ([`8065eea`](https://github.com/jonbiemond/heave/commit/8065eeaf0e87b7052f203c587b0ba801534534d4))

### Ci

* ci: migrate to uv

Replace references to Poetry with uv in CI config files. ([`db397cd`](https://github.com/jonbiemond/heave/commit/db397cd10e49037ab7a35f14833eee79c73dbe89))

### Documentation

* docs: migrate to uv

Replace references to Poetry with uv. ([`827fec7`](https://github.com/jonbiemond/heave/commit/827fec762bcab1d4e5ea2edfe90d1e65c188f686))

### Feature

* feat(cli): add echo flag to emit sql to stdout ([`bb942fe`](https://github.com/jonbiemond/heave/commit/bb942feafbe70096b0376a7a34514240d38862dc))

### Fix

* fix(cli): don't create db connection if help

Don't create a db connection if the help option is passed. This way connection parameters aren't required to see the help message for subcommands.

Closes #17 ([`75c4c23`](https://github.com/jonbiemond/heave/commit/75c4c2377418da218e0211aaf91dea263ff88d53))

## v0.3.0 (2024-03-12)

Expand Down Expand Up @@ -31,7 +66,6 @@ Closes #14 ([`c27986a`](https://github.com/jonbiemond/heave/commit/c27986a6a272f

Add parameter to handle conflicts by doing nothing or emitting an update. ([`c8a75e1`](https://github.com/jonbiemond/heave/commit/c8a75e1fd805b7090545f1bc90c9e98bfde1a7a9))


## v0.2.0 (2024-03-05)

### Documentation
Expand All @@ -46,7 +80,6 @@ Allow user to specify table schema.

Closes #11 ([`e348668`](https://github.com/jonbiemond/heave/commit/e34866851ecc13ffb3d481c6717d84e3e0f96f7e))


## v0.1.0 (2024-03-01)

### Chore
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "heave"
version = "0.3.0"
version = "0.4.0"
description = "CLI tool to batch update or insert data."
authors = [{name = "Jonathan Biemond", email = "[email protected]"},]
license = "MIT"
Expand Down

0 comments on commit e9f7e4c

Please sign in to comment.