Skip to content

Commit

Permalink
release: 0.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
joshstoik1 committed May 25, 2024
2 parents e2dfedd + 88df5df commit 88a15f7
Show file tree
Hide file tree
Showing 6 changed files with 90 additions and 65 deletions.
14 changes: 7 additions & 7 deletions CREDITS.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Project Dependencies
Package: guff
Version: 0.3.3
Generated: 2024-05-19 04:44:24 UTC
Version: 0.3.4
Generated: 2024-05-25 17:38:29 UTC

| Package | Version | Author(s) | License |
| ---- | ---- | ---- | ---- |
Expand All @@ -16,7 +16,7 @@
| [cssparser](https://github.com/servo/rust-cssparser) | 0.33.0 | [Simon Sapin](mailto:simon.sapin@exyr.org) | MPL-2.0 |
| [cssparser-color](https://github.com/servo/rust-cssparser) | 0.1.0 | [Emilio Cobos Álvarez](mailto:emilio@crisal.io) | MPL-2.0 |
| [cssparser-macros](https://github.com/servo/rust-cssparser) | 0.6.1 | [Simon Sapin](mailto:simon.sapin@exyr.org) | MPL-2.0 |
| [dactyl](https://github.com/Blobfolio/dactyl) | 0.7.0 | [Blobfolio, LLC.](mailto:hello@blobfolio.com) | WTFPL |
| [dactyl](https://github.com/Blobfolio/dactyl) | 0.7.1 | [Blobfolio, LLC.](mailto:hello@blobfolio.com) | WTFPL |
| [data-encoding](https://github.com/ia0/data-encoding) | 2.6.0 | [Julien Cretin](mailto:git@ia0.eu) | MIT |
| [dtoa](https://github.com/dtolnay/dtoa) | 1.0.9 | [David Tolnay](mailto:dtolnay@gmail.com) | Apache-2.0 or MIT |
| [dtoa-short](https://github.com/upsuper/dtoa-short) | 0.3.4 | [Xidorn Quan](mailto:me@upsuper.org) | MPL-2.0 |
Expand All @@ -28,15 +28,15 @@
| [getrandom](https://github.com/rust-random/getrandom) | 0.2.15 | The Rand Project Developers | Apache-2.0 or MIT |
| [grass](https://github.com/connorskees/grass) | 0.13.3 | [Connor Skees](mailto:39542938+connorskees@users.noreply.github.com) | MIT |
| [grass_compiler](https://github.com/connorskees/grass) | 0.13.3 | [Connor Skees](mailto:39542938+connorskees@users.noreply.github.com) | MIT |
| [guff_css](https://github.com/Blobfolio/guff) | 0.3.3 | [Josh Stoik](mailto:josh@blobfolio.com) | WTFPL |
| [guff_css](https://github.com/Blobfolio/guff) | 0.3.4 | [Josh Stoik](mailto:josh@blobfolio.com) | WTFPL |
| [hashbrown](https://github.com/rust-lang/hashbrown) | 0.13.2 | [Amanieu d'Antras](mailto:amanieu@gmail.com) | Apache-2.0 or MIT |
| [hashbrown](https://github.com/rust-lang/hashbrown) | 0.14.5 | [Amanieu d'Antras](mailto:amanieu@gmail.com) | Apache-2.0 or MIT |
| [indexmap](https://github.com/indexmap-rs/indexmap) | 2.2.6 | | Apache-2.0 or MIT |
| [itertools](https://github.com/rust-itertools/itertools) | 0.10.5 | bluss | Apache-2.0 or MIT |
| [itoa](https://github.com/dtolnay/itoa) | 1.0.11 | [David Tolnay](mailto:dtolnay@gmail.com) | Apache-2.0 or MIT |
| [lasso](https://github.com/Kixiron/lasso) | 0.7.2 | [Chase Wilson](mailto:contact@chasewilson.dev) | Apache-2.0 or MIT |
| [lazy_static](https://github.com/rust-lang-nursery/lazy-static.rs) | 1.4.0 | [Marvin Löbel](mailto:loebel.marvin@gmail.com) | Apache-2.0 or MIT |
| [lightningcss](https://github.com/parcel-bundler/lightningcss) | 1.0.0-alpha.56 | [Devon Govett](mailto:devongovett@gmail.com) | MPL-2.0 |
| [lightningcss](https://github.com/parcel-bundler/lightningcss) | 1.0.0-alpha.57 | [Devon Govett](mailto:devongovett@gmail.com) | MPL-2.0 |
| [log](https://github.com/rust-lang/log) | 0.4.21 | The Rust Project Developers | Apache-2.0 or MIT |
| [once_cell](https://github.com/matklad/once_cell) | 1.19.0 | [Aleksey Kladov](mailto:aleksey.kladov@gmail.com) | Apache-2.0 or MIT |
| [oxford_join](https://github.com/Blobfolio/oxford_join) | 0.2.9 | [Blobfolio, LLC.](mailto:hello@blobfolio.com) | WTFPL |
Expand All @@ -51,15 +51,15 @@
| [phf_shared](https://github.com/rust-phf/rust-phf) | 0.11.2 | [Steven Fackler](mailto:sfackler@gmail.com) | MIT |
| [ppv-lite86](https://github.com/cryptocorrosion/cryptocorrosion) | 0.2.17 | The CryptoCorrosion Contributors | Apache-2.0 or MIT |
| [precomputed-hash](https://github.com/emilio/precomputed-hash) | 0.1.1 | [Emilio Cobos Álvarez](mailto:emilio@crisal.io) | MIT |
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | 1.0.82 | [David Tolnay](mailto:dtolnay@gmail.com) and [Alex Crichton](mailto:alex@alexcrichton.com) | Apache-2.0 or MIT |
| [proc-macro2](https://github.com/dtolnay/proc-macro2) | 1.0.83 | [David Tolnay](mailto:dtolnay@gmail.com) and [Alex Crichton](mailto:alex@alexcrichton.com) | Apache-2.0 or MIT |
| [quote](https://github.com/dtolnay/quote) | 1.0.36 | [David Tolnay](mailto:dtolnay@gmail.com) | Apache-2.0 or MIT |
| [rand](https://github.com/rust-random/rand) | 0.8.5 | The Rand Project Developers and The Rust Project Developers | Apache-2.0 or MIT |
| [rand_chacha](https://github.com/rust-random/rand) | 0.3.1 | The Rand Project Developers, The Rust Project Developers, and The CryptoCorrosion Contributors | Apache-2.0 or MIT |
| [rand_core](https://github.com/rust-random/rand) | 0.6.4 | The Rand Project Developers and The Rust Project Developers | Apache-2.0 or MIT |
| [siphasher](https://github.com/jedisct1/rust-siphash) | 0.3.11 | [Frank Denis](mailto:github@pureftpd.org) | Apache-2.0 or MIT |
| [smallvec](https://github.com/servo/rust-smallvec) | 1.13.2 | The Servo Project Developers | Apache-2.0 or MIT |
| [syn](https://github.com/dtolnay/syn) | 1.0.109 | [David Tolnay](mailto:dtolnay@gmail.com) | Apache-2.0 or MIT |
| [syn](https://github.com/dtolnay/syn) | 2.0.64 | [David Tolnay](mailto:dtolnay@gmail.com) | Apache-2.0 or MIT |
| [syn](https://github.com/dtolnay/syn) | 2.0.66 | [David Tolnay](mailto:dtolnay@gmail.com) | Apache-2.0 or MIT |
| [tempfile](https://github.com/Stebalien/tempfile) | 3.10.1 | [Steven Allen](mailto:steven@stebalien.com), The Rust Project Developers, [Ashley Mannix](mailto:ashleymannix@live.com.au), and [Jason White](mailto:me@jasonwhite.io) | Apache-2.0 or MIT |
| [trimothy](https://github.com/Blobfolio/trimothy) | 0.2.2 | [Blobfolio, LLC.](mailto:hello@blobfolio.com) | WTFPL |
| [unicode-ident](https://github.com/dtolnay/unicode-ident) | 1.0.12 | [David Tolnay](mailto:dtolnay@gmail.com) | Apache-2.0 AND Unicode-DFS-2016 or MIT |
Expand Down
2 changes: 1 addition & 1 deletion guff/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "guff"
version = "0.3.3"
version = "0.3.4"
license = "WTFPL"
authors = ["Josh Stoik <josh@blobfolio.com>"]
edition = "2021"
Expand Down
17 changes: 17 additions & 0 deletions guff_css/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@



## [0.3.4](https://github.com/Blobfolio/guff/releases/tag/v0.3.4) - 2024-05-25

### Changed

* Bump `lightningcss` to `alpha57`



## [0.3.3](https://github.com/Blobfolio/guff/releases/tag/v0.3.3) - 2024-05-18

### Changed

* Bump `grass` to `0.13.3`
* Bump `lightningcss` to `alpha56`



## [0.3.2](https://github.com/Blobfolio/guff/releases/tag/v0.3.2) - 2024-03-15

### Changed
Expand Down
4 changes: 2 additions & 2 deletions guff_css/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "guff_css"
version = "0.3.3"
version = "0.3.4"
license = "WTFPL"
authors = ["Josh Stoik <josh@blobfolio.com>"]
edition = "2021"
Expand Down Expand Up @@ -28,7 +28,7 @@ version = "=0.13.3"
default-features = false

[dependencies.lightningcss]
version = "=1.0.0-alpha.56"
version = "=1.0.0-alpha.57"
default-features = false
features = [ "grid" ]

Expand Down
Loading

0 comments on commit 88a15f7

Please sign in to comment.