diff --git a/Cargo.toml b/Cargo.toml
index cf166f43..9378a80c 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -2,7 +2,7 @@
[package]
name = "amadeus"
-version = "0.2.3"
+version = "0.2.4"
license = "Apache-2.0"
authors = ["Alec Mocatta "]
categories = ["concurrency", "science", "database", "parser-implementations", "text-processing"]
@@ -14,7 +14,7 @@ parquet postgres aws s3 cloudfront elb json csv logs hadoop hdfs arrow common cr
"""
repository = "https://github.com/alecmocatta/amadeus"
homepage = "https://github.com/alecmocatta/amadeus"
-documentation = "https://docs.rs/amadeus/0.2.3"
+documentation = "https://docs.rs/amadeus/0.2.4"
readme = "README.md"
edition = "2018"
@@ -35,14 +35,14 @@ json = ["amadeus-serde", "amadeus-derive/serde"]
features = ["constellation", "aws", "commoncrawl", "parquet", "postgres", "csv", "json"]
[dependencies]
-amadeus-core = { version = "=0.2.3", path = "amadeus-core" }
-amadeus-derive = { version = "=0.2.3", path = "amadeus-derive" }
-amadeus-types = { version = "=0.2.3", path = "amadeus-types" }
-amadeus-aws = { version = "=0.2.3", path = "amadeus-aws", optional = true }
-amadeus-commoncrawl = { version = "=0.2.3", path = "amadeus-commoncrawl", optional = true }
-amadeus-parquet = { version = "=0.2.3", path = "amadeus-parquet", optional = true }
-amadeus-postgres = { version = "=0.2.3", path = "amadeus-postgres", optional = true }
-amadeus-serde = { version = "=0.2.3", path = "amadeus-serde", optional = true }
+amadeus-core = { version = "=0.2.4", path = "amadeus-core" }
+amadeus-derive = { version = "=0.2.4", path = "amadeus-derive" }
+amadeus-types = { version = "=0.2.4", path = "amadeus-types" }
+amadeus-aws = { version = "=0.2.4", path = "amadeus-aws", optional = true }
+amadeus-commoncrawl = { version = "=0.2.4", path = "amadeus-commoncrawl", optional = true }
+amadeus-parquet = { version = "=0.2.4", path = "amadeus-parquet", optional = true }
+amadeus-postgres = { version = "=0.2.4", path = "amadeus-postgres", optional = true }
+amadeus-serde = { version = "=0.2.4", path = "amadeus-serde", optional = true }
constellation-rs = { version = "0.1", default-features = false, optional = true }
derive-new = "0.5"
doc-comment = "0.3"
diff --git a/README.md b/README.md
index 4a0438f0..b54eea25 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@
- 📖 Docs | 🌐 Home | 💬 Chat
+ 📖 Docs | 🌐 Home | 💬 Chat
## Amadeus provides:
@@ -50,7 +50,7 @@ We aim to create a community that is welcoming and helpful to anyone that is int
Amadeus has deep, pluggable, integration with various file formats, databases and interfaces:
-| Data format | [`Source`](https://docs.rs/amadeus/0.2.3/amadeus/trait.Source.html) | [`Destination`](https://docs.rs/amadeus/0.2.3/amadeus/trait.Destination.html) |
+| Data format | [`Source`](https://docs.rs/amadeus/0.2.4/amadeus/trait.Source.html) | [`Destination`](https://docs.rs/amadeus/0.2.4/amadeus/trait.Destination.html) |
|---|---|---|
| CSV | ✔ | ✔ |
| JSON | ✔ | ✔ |
diff --git a/amadeus-aws/Cargo.toml b/amadeus-aws/Cargo.toml
index c60dc929..9e7d2006 100644
--- a/amadeus-aws/Cargo.toml
+++ b/amadeus-aws/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "amadeus-aws"
-version = "0.2.3"
+version = "0.2.4"
license = "Apache-2.0"
authors = ["Alec Mocatta "]
categories = ["concurrency", "science", "database", "parser-implementations", "text-processing"]
@@ -10,7 +10,7 @@ Harmonious distributed data analysis in Rust.
"""
repository = "https://github.com/alecmocatta/amadeus"
homepage = "https://github.com/alecmocatta/amadeus"
-documentation = "https://docs.rs/amadeus/0.2.3"
+documentation = "https://docs.rs/amadeus/0.2.4"
readme = "README.md"
edition = "2018"
@@ -19,8 +19,8 @@ azure-devops = { project = "alecmocatta/amadeus", pipeline = "tests" }
maintenance = { status = "actively-developed" }
[dependencies]
-amadeus-core = { version = "=0.2.3", path = "../amadeus-core" }
-amadeus-types = { version = "=0.2.3", path = "../amadeus-types" }
+amadeus-core = { version = "=0.2.4", path = "../amadeus-core" }
+amadeus-types = { version = "=0.2.4", path = "../amadeus-types" }
async-compression = { version = "0.3.3", features = ["gzip", "futures-bufread"] }
async-trait = "0.1"
chrono = { version = "0.4", default-features = false }
diff --git a/amadeus-aws/src/lib.rs b/amadeus-aws/src/lib.rs
index 6a820ad7..672cf8b5 100644
--- a/amadeus-aws/src/lib.rs
+++ b/amadeus-aws/src/lib.rs
@@ -1,4 +1,4 @@
-#![doc(html_root_url = "https://docs.rs/amadeus-aws/0.2.3")]
+#![doc(html_root_url = "https://docs.rs/amadeus-aws/0.2.4")]
#![feature(type_alias_impl_trait)]
mod cloudfront;
diff --git a/amadeus-commoncrawl/Cargo.toml b/amadeus-commoncrawl/Cargo.toml
index a7edb2d0..3ae82a0d 100644
--- a/amadeus-commoncrawl/Cargo.toml
+++ b/amadeus-commoncrawl/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "amadeus-commoncrawl"
-version = "0.2.3"
+version = "0.2.4"
license = "MIT OR Apache-2.0"
authors = ["Stephen Becker IV ", "Alec Mocatta "]
categories = ["concurrency", "science", "database", "parser-implementations", "text-processing"]
@@ -10,7 +10,7 @@ Harmonious distributed data analysis in Rust.
"""
repository = "https://github.com/alecmocatta/amadeus"
homepage = "https://github.com/alecmocatta/amadeus"
-documentation = "https://docs.rs/amadeus/0.2.3"
+documentation = "https://docs.rs/amadeus/0.2.4"
readme = "README.md"
edition = "2018"
@@ -19,8 +19,8 @@ azure-devops = { project = "alecmocatta/amadeus", pipeline = "tests" }
maintenance = { status = "actively-developed" }
[dependencies]
-amadeus-core = { version = "=0.2.3", path = "../amadeus-core" }
-amadeus-types = { version = "=0.2.3", path = "../amadeus-types" }
+amadeus-core = { version = "=0.2.4", path = "../amadeus-core" }
+amadeus-types = { version = "=0.2.4", path = "../amadeus-types" }
async-compression = { version = "0.3.3", features = ["gzip", "futures-bufread"] }
futures = "0.3"
nom = "4.2.3"
diff --git a/amadeus-commoncrawl/src/lib.rs b/amadeus-commoncrawl/src/lib.rs
index 8b5640b6..b10086f6 100644
--- a/amadeus-commoncrawl/src/lib.rs
+++ b/amadeus-commoncrawl/src/lib.rs
@@ -1,4 +1,4 @@
-#![doc(html_root_url = "https://docs.rs/amadeus-commoncrawl/0.2.3")]
+#![doc(html_root_url = "https://docs.rs/amadeus-commoncrawl/0.2.4")]
#![feature(type_alias_impl_trait)]
mod commoncrawl;
diff --git a/amadeus-core/Cargo.toml b/amadeus-core/Cargo.toml
index f5208cb3..417acbe3 100644
--- a/amadeus-core/Cargo.toml
+++ b/amadeus-core/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "amadeus-core"
-version = "0.2.3"
+version = "0.2.4"
license = "Apache-2.0"
authors = ["Alec Mocatta "]
categories = ["concurrency", "science", "database", "parser-implementations", "text-processing"]
@@ -10,7 +10,7 @@ Harmonious distributed data analysis in Rust.
"""
repository = "https://github.com/alecmocatta/amadeus"
homepage = "https://github.com/alecmocatta/amadeus"
-documentation = "https://docs.rs/amadeus/0.2.3"
+documentation = "https://docs.rs/amadeus/0.2.4"
readme = "README.md"
edition = "2018"
diff --git a/amadeus-core/src/lib.rs b/amadeus-core/src/lib.rs
index b3649596..57da7256 100644
--- a/amadeus-core/src/lib.rs
+++ b/amadeus-core/src/lib.rs
@@ -1,4 +1,4 @@
-#![doc(html_root_url = "https://docs.rs/amadeus-core/0.2.3")]
+#![doc(html_root_url = "https://docs.rs/amadeus-core/0.2.4")]
#![feature(never_type)]
#![feature(specialization)]
#![feature(read_initializer)]
diff --git a/amadeus-derive/Cargo.toml b/amadeus-derive/Cargo.toml
index ac04012a..f109274e 100644
--- a/amadeus-derive/Cargo.toml
+++ b/amadeus-derive/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "amadeus-derive"
-version = "0.2.3"
+version = "0.2.4"
license = "Apache-2.0"
authors = ["Alec Mocatta "]
categories = ["concurrency", "science", "database", "parser-implementations", "text-processing"]
@@ -10,7 +10,7 @@ Harmonious distributed data analysis in Rust.
"""
repository = "https://github.com/alecmocatta/amadeus"
homepage = "https://github.com/alecmocatta/amadeus"
-documentation = "https://docs.rs/amadeus/0.2.3"
+documentation = "https://docs.rs/amadeus/0.2.4"
readme = "README.md"
edition = "2018"
diff --git a/amadeus-derive/src/lib.rs b/amadeus-derive/src/lib.rs
index 694e305b..2f174abe 100644
--- a/amadeus-derive/src/lib.rs
+++ b/amadeus-derive/src/lib.rs
@@ -15,7 +15,7 @@
// specific language governing permissions and limitations
// under the License.
-#![doc(html_root_url = "https://docs.rs/amadeus-derive/0.2.3")]
+#![doc(html_root_url = "https://docs.rs/amadeus-derive/0.2.4")]
#![recursion_limit = "400"]
#![allow(clippy::useless_let_if_seq)]
diff --git a/amadeus-parquet/Cargo.toml b/amadeus-parquet/Cargo.toml
index 5b66dee3..fe5cd383 100644
--- a/amadeus-parquet/Cargo.toml
+++ b/amadeus-parquet/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "amadeus-parquet"
-version = "0.2.3"
+version = "0.2.4"
license = "Apache-2.0"
authors = ["Alec Mocatta ", "Apache Arrow "]
categories = ["concurrency", "science", "database", "parser-implementations", "text-processing"]
@@ -10,7 +10,7 @@ An Apache Parquet implementation in Rust.
"""
repository = "https://github.com/alecmocatta/amadeus"
homepage = "https://github.com/alecmocatta/amadeus"
-documentation = "https://docs.rs/amadeus/0.2.3"
+documentation = "https://docs.rs/amadeus/0.2.4"
readme = "README.md"
edition = "2018"
@@ -19,8 +19,8 @@ azure-devops = { project = "alecmocatta/amadeus", pipeline = "tests" }
maintenance = { status = "actively-developed" }
[dependencies]
-amadeus-core = { version = "=0.2.3", path = "../amadeus-core" }
-amadeus-types = { version = "=0.2.3", path = "../amadeus-types" }
+amadeus-core = { version = "=0.2.4", path = "../amadeus-core" }
+amadeus-types = { version = "=0.2.4", path = "../amadeus-types" }
async-trait = "0.1"
brotli = "3.3"
byteorder = "1.2"
diff --git a/amadeus-parquet/src/lib.rs b/amadeus-parquet/src/lib.rs
index 3281b324..3f20f614 100644
--- a/amadeus-parquet/src/lib.rs
+++ b/amadeus-parquet/src/lib.rs
@@ -1,4 +1,4 @@
-#![doc(html_root_url = "https://docs.rs/amadeus-parquet/0.2.3")]
+#![doc(html_root_url = "https://docs.rs/amadeus-parquet/0.2.4")]
#![feature(bufreader_seek_relative)]
#![feature(read_initializer)]
#![feature(specialization)]
diff --git a/amadeus-postgres/Cargo.toml b/amadeus-postgres/Cargo.toml
index 08979f21..c332c04b 100644
--- a/amadeus-postgres/Cargo.toml
+++ b/amadeus-postgres/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "amadeus-postgres"
-version = "0.2.3"
+version = "0.2.4"
license = "Apache-2.0"
authors = ["Alec Mocatta "]
categories = ["concurrency", "science", "database", "parser-implementations", "text-processing"]
@@ -10,7 +10,7 @@ Harmonious distributed data analysis in Rust.
"""
repository = "https://github.com/alecmocatta/amadeus"
homepage = "https://github.com/alecmocatta/amadeus"
-documentation = "https://docs.rs/amadeus/0.2.3"
+documentation = "https://docs.rs/amadeus/0.2.4"
readme = "README.md"
edition = "2018"
@@ -19,8 +19,8 @@ azure-devops = { project = "alecmocatta/amadeus", pipeline = "tests" }
maintenance = { status = "actively-developed" }
[dependencies]
-amadeus-core = { version = "=0.2.3", path = "../amadeus-core" }
-amadeus-types = { version = "=0.2.3", path = "../amadeus-types" }
+amadeus-core = { version = "=0.2.4", path = "../amadeus-core" }
+amadeus-types = { version = "=0.2.4", path = "../amadeus-types" }
bytes = "0.5"
chrono = { version = "0.4", default-features = false }
educe = "0.4"
diff --git a/amadeus-postgres/src/lib.rs b/amadeus-postgres/src/lib.rs
index cd1f9647..d327b055 100644
--- a/amadeus-postgres/src/lib.rs
+++ b/amadeus-postgres/src/lib.rs
@@ -3,7 +3,7 @@
// select column_name, is_nullable, data_type, character_maximum_length, * from information_schema.columns where table_name = 'weather' order by ordinal_position;
// select attname, atttypid, atttypmod, attnotnull, attndims from pg_attribute where attrelid = 'public.weather'::regclass and attnum > 0 and not attisdropped;
-#![doc(html_root_url = "https://docs.rs/amadeus-postgres/0.2.3")]
+#![doc(html_root_url = "https://docs.rs/amadeus-postgres/0.2.4")]
#![feature(specialization)]
#![feature(type_alias_impl_trait)]
#![allow(incomplete_features)]
diff --git a/amadeus-serde/Cargo.toml b/amadeus-serde/Cargo.toml
index 66bc04a2..da23613e 100644
--- a/amadeus-serde/Cargo.toml
+++ b/amadeus-serde/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "amadeus-serde"
-version = "0.2.3"
+version = "0.2.4"
license = "Apache-2.0"
authors = ["Alec Mocatta "]
categories = ["concurrency", "science", "database", "parser-implementations", "text-processing"]
@@ -10,7 +10,7 @@ Harmonious distributed data analysis in Rust.
"""
repository = "https://github.com/alecmocatta/amadeus"
homepage = "https://github.com/alecmocatta/amadeus"
-documentation = "https://docs.rs/amadeus/0.2.3"
+documentation = "https://docs.rs/amadeus/0.2.4"
readme = "README.md"
edition = "2018"
@@ -19,8 +19,8 @@ azure-devops = { project = "alecmocatta/amadeus", pipeline = "tests" }
maintenance = { status = "actively-developed" }
[dependencies]
-amadeus-core = { version = "=0.2.3", path = "../amadeus-core" }
-amadeus-types = { version = "=0.2.3", path = "../amadeus-types" }
+amadeus-core = { version = "=0.2.4", path = "../amadeus-core" }
+amadeus-types = { version = "=0.2.4", path = "../amadeus-types" }
chrono = { version = "0.4", default-features = false, features = ["serde"] }
csv = "1.0"
educe = "0.4"
diff --git a/amadeus-serde/src/lib.rs b/amadeus-serde/src/lib.rs
index f2bf7641..dd972645 100644
--- a/amadeus-serde/src/lib.rs
+++ b/amadeus-serde/src/lib.rs
@@ -1,4 +1,4 @@
-#![doc(html_root_url = "https://docs.rs/amadeus-serde/0.2.3")]
+#![doc(html_root_url = "https://docs.rs/amadeus-serde/0.2.4")]
#![feature(array_value_iter)]
#![feature(specialization)]
#![feature(type_alias_impl_trait)]
diff --git a/amadeus-types/Cargo.toml b/amadeus-types/Cargo.toml
index 9eb9efd8..6370021d 100644
--- a/amadeus-types/Cargo.toml
+++ b/amadeus-types/Cargo.toml
@@ -1,6 +1,6 @@
[package]
name = "amadeus-types"
-version = "0.2.3"
+version = "0.2.4"
license = "Apache-2.0"
authors = ["Alec Mocatta "]
categories = ["concurrency", "science", "database", "date-and-time", "data-structures"]
@@ -10,7 +10,7 @@ Harmonious distributed data analysis in Rust.
"""
repository = "https://github.com/alecmocatta/amadeus"
homepage = "https://github.com/alecmocatta/amadeus"
-documentation = "https://docs.rs/amadeus/0.2.3"
+documentation = "https://docs.rs/amadeus/0.2.4"
readme = "README.md"
edition = "2018"
@@ -19,7 +19,7 @@ azure-devops = { project = "alecmocatta/amadeus", pipeline = "tests" }
maintenance = { status = "actively-developed" }
[dependencies]
-amadeus-core = { version = "=0.2.3", path = "../amadeus-core" }
+amadeus-core = { version = "=0.2.4", path = "../amadeus-core" }
chrono = { version = "0.4", default-features = false, features = ["std", "serde"] }
chrono-tz = { version = "0.5", features = ["serde"] }
fxhash = "0.2"
diff --git a/amadeus-types/src/lib.rs b/amadeus-types/src/lib.rs
index cff07113..2e352f11 100644
--- a/amadeus-types/src/lib.rs
+++ b/amadeus-types/src/lib.rs
@@ -1,4 +1,4 @@
-#![doc(html_root_url = "https://docs.rs/amadeus-types/0.2.3")]
+#![doc(html_root_url = "https://docs.rs/amadeus-types/0.2.4")]
#![feature(iter_order_by)]
#![feature(min_specialization)]
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 3e75ec71..980237c0 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -20,7 +20,7 @@ jobs:
endpoint: alecmocatta
default:
rust_toolchain: nightly
- rust_lint_toolchain: nightly-2020-06-23
+ rust_lint_toolchain: nightly-2020-06-24
rust_flags: ''
rust_features_clippy: ';aws;commoncrawl;parquet;postgres;csv;json;constellation aws commoncrawl parquet postgres csv json'
rust_features: 'constellation aws commoncrawl parquet postgres csv json'
@@ -44,7 +44,7 @@ jobs:
endpoint: alecmocatta
default:
rust_toolchain: nightly
- rust_lint_toolchain: nightly-2020-06-23
+ rust_lint_toolchain: nightly-2020-06-24
rust_flags: ''
rust_features_clippy: ';aws;commoncrawl;parquet;postgres;csv;json;aws commoncrawl parquet postgres csv json'
rust_features: 'aws commoncrawl parquet postgres csv json'
diff --git a/src/lib.rs b/src/lib.rs
index 9e21a718..84cc2cc6 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -4,7 +4,7 @@
//! 📦 Crates.io │ 📑 GitHub │ 💬 Chat
//!
-#![doc(html_root_url = "https://docs.rs/amadeus/0.2.3")]
+#![doc(html_root_url = "https://docs.rs/amadeus/0.2.4")]
#![doc(
html_logo_url = "https://raw.githubusercontent.com/constellation-rs/amadeus/master/logo.svg?sanitize=true"
)]