Skip to content

Commit

Permalink
Release 0.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
darkfrog26 committed Jun 2, 2024
1 parent a20ea86 commit 1b29e24
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ Computationally focused database using pluggable store + indexer
## 1.0 TODO
- [ ] More performance improvements to SQLite integration
- [ ] Automated generation of performance bar charts
- [ ] Verify index integrity and rebuild on startup if out-of-sync
- [ ] Benchmark using Fabric Cryo to test performance gains
- [ ] Create backup and restore features
- [ ] Real-time backup (write changes to incremental file)
- [ ] Complete dump and restore
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ val developerURL: String = "https://matthicks.com"

name := projectName
ThisBuild / organization := org
ThisBuild / version := "0.8.0-SNAPSHOT"
ThisBuild / version := "0.8.0"
ThisBuild / scalaVersion := scala213
ThisBuild / crossScalaVersions := allScalaVersions
ThisBuild / scalacOptions ++= Seq("-unchecked", "-deprecation")
Expand Down

0 comments on commit 1b29e24

Please sign in to comment.