Skip to content

Commit

Permalink
Release v0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
exAspArk committed Nov 14, 2024
1 parent 59577f9 commit 057f074
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

#### [v0.6.0](https://github.com/BemiHQ/BemiDB/compare/v0.5.1...v0.6.0) - 2024-11-14

- Add support for Postgres geometric data types

#### [v0.5.1](https://github.com/BemiHQ/BemiDB/compare/v0.5.0...v0.5.1) - 2024-11-12

- Add Postgres sync intervals
Expand Down
2 changes: 1 addition & 1 deletion scripts/install.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

VERSION="0.5.1"
VERSION="0.6.0"

# Detect OS and architecture
OS=$(uname -s | tr '[:upper:]' '[:lower:]')
Expand Down
2 changes: 1 addition & 1 deletion src/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import (
"time"
)

const VERSION = "0.5.1"
const VERSION = "0.6.0"

func main() {
flag.Parse()
Expand Down

0 comments on commit 057f074

Please sign in to comment.