Skip to content

Commit

Permalink
v0.2.1-alpha.5
Browse files Browse the repository at this point in the history
  • Loading branch information
asg017 committed Jun 7, 2023
1 parent c81d921 commit 15554fc
Show file tree
Hide file tree
Showing 11 changed files with 16 additions and 16 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sqlite-fastrand"
version = "0.2.1-alpha.4"
version = "0.2.1-alpha.5"
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2.1-alpha.4
0.2.1-alpha.5
4 changes: 2 additions & 2 deletions deno/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@
# `x/sqlite_fastrand` Deno Module

[![Tags](https://img.shields.io/github/release/asg017/sqlite-fastrand)](https://github.com/asg017/sqlite-fastrand/releases)
[![Doc](https://doc.deno.land/badge.svg)](https://doc.deno.land/https/deno.land/x/sqlite-fastrand@0.2.1-alpha.4/mod.ts)
[![Doc](https://doc.deno.land/badge.svg)](https://doc.deno.land/https/deno.land/x/sqlite-fastrand@0.2.1-alpha.5/mod.ts)

The [`sqlite-fastrand`](https://github.com/asg017/sqlite-fastrand) SQLite extension is available to Deno developers with the [`x/sqlite_fastrand`](https://deno.land/x/sqlite_fastrand) Deno module. It works with [`x/sqlite3`](https://deno.land/x/sqlite3), the fastest and native Deno SQLite3 module.

```js
import { Database } from "https://deno.land/x/sqlite3@0.8.0/mod.ts";
import * as sqlite_fastrand from "https://deno.land/x/sqlite_fastrand@v0.2.1-alpha.4/mod.ts";
import * as sqlite_fastrand from "https://deno.land/x/sqlite_fastrand@v0.2.1-alpha.5/mod.ts";

const db = new Database(":memory:");

Expand Down
2 changes: 1 addition & 1 deletion deno/deno.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sqlite-fastrand",
"version": "0.2.1-alpha.4",
"version": "0.2.1-alpha.5",
"github": "https://github.com/asg017/sqlite-fastrand",
"tasks": {
"test": "deno test --unstable -A test.ts"
Expand Down
2 changes: 1 addition & 1 deletion npm/sqlite-fastrand-darwin-arm64/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"//": "Autogenerated by the npm_generate_platform_packages.sh script, do not edit by hand",
"name": "sqlite-fastrand-darwin-arm64",
"version": "0.2.1-alpha.4",
"version": "0.2.1-alpha.5",
"repository": {
"type": "git",
"url": "https://github.com/asg017/sqlite-fastrand.git",
Expand Down
2 changes: 1 addition & 1 deletion npm/sqlite-fastrand-darwin-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"//": "Autogenerated by the npm_generate_platform_packages.sh script, do not edit by hand",
"name": "sqlite-fastrand-darwin-x64",
"version": "0.2.1-alpha.4",
"version": "0.2.1-alpha.5",
"repository": {
"type": "git",
"url": "https://github.com/asg017/sqlite-fastrand.git",
Expand Down
2 changes: 1 addition & 1 deletion npm/sqlite-fastrand-linux-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"//": "Autogenerated by the npm_generate_platform_packages.sh script, do not edit by hand",
"name": "sqlite-fastrand-linux-x64",
"version": "0.2.1-alpha.4",
"version": "0.2.1-alpha.5",
"repository": {
"type": "git",
"url": "https://github.com/asg017/sqlite-fastrand.git",
Expand Down
2 changes: 1 addition & 1 deletion npm/sqlite-fastrand-windows-x64/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"//": "Autogenerated by the npm_generate_platform_packages.sh script, do not edit by hand",
"name": "sqlite-fastrand-windows-x64",
"version": "0.2.1-alpha.4",
"version": "0.2.1-alpha.5",
"repository": {
"type": "git",
"url": "https://github.com/asg017/sqlite-fastrand.git",
Expand Down
10 changes: 5 additions & 5 deletions npm/sqlite-fastrand/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"//": "Autogenerated by the npm_generate_platform_packages.sh script, do not edit by hand",
"name": "sqlite-fastrand",
"version": "0.2.1-alpha.4",
"version": "0.2.1-alpha.5",
"description": "",
"repository": {
"type": "git",
Expand All @@ -21,10 +21,10 @@
"*.dll"
],
"optionalDependencies": {
"sqlite-fastrand-darwin-arm64": "0.2.1-alpha.4",
"sqlite-fastrand-darwin-x64": "0.2.1-alpha.4",
"sqlite-fastrand-linux-x64": "0.2.1-alpha.4",
"sqlite-fastrand-windows-x64": "0.2.1-alpha.4"
"sqlite-fastrand-darwin-arm64": "0.2.1-alpha.5",
"sqlite-fastrand-darwin-x64": "0.2.1-alpha.5",
"sqlite-fastrand-linux-x64": "0.2.1-alpha.5",
"sqlite-fastrand-windows-x64": "0.2.1-alpha.5"
},
"devDependencies": {
"better-sqlite3": "^8.1.0",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "0.2.1-alpha.4"
__version__ = "0.2.1-alpha.5"
__version_info__ = tuple(__version__.split("."))
2 changes: 1 addition & 1 deletion python/sqlite_fastrand/sqlite_fastrand/version.py
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
__version__ = "0.2.1-alpha.4"
__version__ = "0.2.1-alpha.5"
__version_info__ = tuple(__version__.split("."))

0 comments on commit 15554fc

Please sign in to comment.