Skip to content

Commit

Permalink
Release wright v0.9.2, with the intention of finally fixing docs.rs i…
Browse files Browse the repository at this point in the history
…ssues
  • Loading branch information
vcfxb committed Jan 31, 2025
1 parent 59ff7f2 commit 3ce6213
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Pulling from all three of these excellent languages, Wright intends to offer a c
| Releases | ![Github Releases](https://img.shields.io/github/downloads/vcfxb/wright-lang/latest/total.svg) |
| Pre-Releases| ![Github Pre-Releases](https://img.shields.io/github/downloads-pre/vcfxb/wright-lang/latest/total.svg) |
| Crates.io | [![Crates.io](https://img.shields.io/crates/d/wright.svg)](https://crates.io/crates/wright) |
| Crates.io (Latest) | [![Crates.io](https://img.shields.io/crates/dv/wright.svg)](https://crates.io/crates/wright/0.9.1) |
| Crates.io (Latest) | [![Crates.io](https://img.shields.io/crates/dv/wright.svg)](https://crates.io/crates/wright/0.9.2) |

### Syntax Samples
```
Expand Down
5 changes: 2 additions & 3 deletions wright/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
name = "wright"
description = "The wright programming language compiler and tooling."
license = "MIT"
version = "0.9.1"
version = "0.9.2"
authors = ["Venus Xeon-Blonde <[email protected]>"]
repository = "https://github.com/vcfxb/wright-lang"
documentation = "https://docs.rs/wright"
Expand All @@ -14,8 +14,7 @@ rust-version.workspace = true

# DOC.RS SPECIFIC METADATA
[package.metadata.docs.rs]
# document all features
all-features = true
features = ["wright_library_defaults"]

# CRATES.IO BADGES
[badges]
Expand Down

0 comments on commit 3ce6213

Please sign in to comment.