Skip to content

Commit

Permalink
v0.2.3
Browse files Browse the repository at this point in the history
Release version (changed semantic versioning)
  • Loading branch information
v1a0 committed Mar 28, 2022
1 parent 4c1ecb1 commit c911c22
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
13 changes: 7 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

<img src="./pics/sqllex-logo.svg" width="300px" alt="sqllex logo">

# SQLLEX ORM v0.2.2.1
# SQLLEX ORM v0.2.3

![python-auto-ver]
[![lgtm-quality-img]][lgtm-quality-src]
Expand All @@ -26,11 +26,12 @@ The most pythonic ORM. Seriously, try it out!<br>
pip install sqllex
```

| Version | Status | Tests, and actions |
| :--------: | :----------------------------: | :---: |
| `==0.2.2.0` | ✔️ supported <br> ✔️ stable | [![code-ql-img]][code-ql-src] <br> [![sqllex-tests-img]][sqllex-tests-src] <br> [![pypi-upload-img]][pypi-upload-img] |
| `<=0.2.0.4` | ⚠️ outdated <br> ⚠️ Security issue <br> CVE-2022-0329| ⚠️ Mostly passing |
| `<=0.1.10.4` | ❌️ outdated ||
| Version | Status | Tests, and actions |
|:------------:|:----------------------------------------------------------------:|:---------------------------------------------------------------------------------------------------------------------:|
| `==0.2.3` | ✔️ supported <br> ✔️ stable | [![code-ql-img]][code-ql-src] <br> [![sqllex-tests-img]][sqllex-tests-src] <br> [![pypi-upload-img]][pypi-upload-img] |
| `<=0.2.0.4` | ⚠️ outdated <br> ⚠️ Security issue <br> CVE-2022-0329 | ⚠️ Mostly passing |
| `<=0.1.10.4` | ❌️ outdated ||


| Databases | Support |
| :--- | :-----: |
Expand Down
2 changes: 1 addition & 1 deletion sqllex/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# "\033[0m"
# "\n")

__version__ = '0.2.2.1'
__version__ = '0.2.3'

__all__ = [
# classes
Expand Down

0 comments on commit c911c22

Please sign in to comment.