Skip to content

Commit bae55dc

Browse files
chore: downgrade version to 0.0.14 and add comprehensive release notes detailing major feature expansion, including 25+ new SQL functions and performance improvements
1 parent 98a3f65 commit bae55dc

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
# Zero-SQL v0.0.15 Release Notes
1+
# Zero-SQL v0.0.14 Release Notes
22

33
## 🚀 Major Feature Expansion: 25+ SQL Functions & Advanced Analytics
44

55
**Release Date:** [Release Date]
66

7-
Zero-SQL v0.0.15 introduces a massive expansion of SQL function support, transforming it from a basic SQL-to-MongoDB converter into a comprehensive analytics and data transformation engine! 🎉
7+
Zero-SQL v0.0.14 introduces a massive expansion of SQL function support, transforming it from a basic SQL-to-MongoDB converter into a comprehensive analytics and data transformation engine! 🎉
88

99
## 🎯 New Features
1010

@@ -107,12 +107,12 @@ zero-sql "SELECT DISTINCT category, status FROM products ORDER BY category"
107107

108108
## 📈 Impact & Capabilities
109109

110-
### Before v0.0.15
110+
### Before v0.0.14
111111
- ~12 basic SQL features
112112
- Simple aggregation functions only
113113
- Limited data transformation capabilities
114114

115-
### After v0.0.15
115+
### After v0.0.14
116116
- **40+ SQL features** (3x increase!)
117117
- **25+ SQL functions** across 4 categories
118118
- **Advanced analytics** with complex expressions
@@ -150,7 +150,7 @@ Existing queries now benefit from improved performance and the ability to use th
150150

151151
---
152152

153-
**Full Changelog**: https://github.com/synehq/zero-sql/compare/v0.0.14...v0.0.15
153+
**Full Changelog**: https://github.com/synehq/zero-sql/compare/v0.0.14...v0.0.14
154154

155155
**Documentation**: Updated README.md with comprehensive examples and feature documentation
156156

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
package main
22

3-
var Version = "0.0.15"
3+
var Version = "0.0.14"

0 commit comments

Comments
 (0)