Skip to content

Commit 5dc25ee

Browse files
committed
chore: release 1.3.0
Signed-off-by: azjezz <azjezz@protonmail.com>
1 parent 0a828fc commit 5dc25ee

File tree

4 files changed

+58
-57
lines changed

4 files changed

+58
-57
lines changed

Cargo.lock

Lines changed: 26 additions & 26 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 27 additions & 27 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "mago"
3-
version = "1.2.2"
3+
version = "1.3.0"
44
edition = "2024"
55
authors = ["Saif Eddin Gmati <azjezz@carthage.software>"]
66
license = "MIT OR Apache-2.0"
@@ -14,7 +14,7 @@ exclude = ["docs", "composer", "scripts"]
1414
package.edition = "2024"
1515
package.authors = ["Saif Eddin Gmati <azjezz@carthage.software>"]
1616
package.license = "MIT OR Apache-2.0"
17-
package.version = "1.2.2"
17+
package.version = "1.3.0"
1818
package.homepage = "https://mago.carthage.software"
1919
package.repository = "https://github.com/carthage-software/mago"
2020
package.rust-version = "1.93.0"
@@ -27,31 +27,31 @@ print_stderr = { level = "forbid" }
2727
dbg_macro = { level = "forbid" }
2828

2929
[workspace.dependencies]
30-
mago-syntax-core = { path = "crates/syntax-core", version = "1.2.2" }
31-
mago-syntax = { path = "crates/syntax", version = "1.2.2" }
32-
mago-type-syntax = { path = "crates/type-syntax", version = "1.2.2" }
33-
mago-casing = { path = "crates/casing", version = "1.2.2" }
34-
mago-composer = { path = "crates/composer", version = "1.2.2" }
35-
mago-docblock = { path = "crates/docblock", version = "1.2.2" }
36-
mago-text-edit = { path = "crates/text-edit", version = "1.2.2" }
37-
mago-formatter = { path = "crates/formatter", version = "1.2.2" }
38-
mago-fingerprint = { path = "crates/fingerprint", version = "1.2.2" }
39-
mago-atom = { path = "crates/atom", version = "1.2.2" }
40-
mago-linter = { path = "crates/linter", version = "1.2.2" }
41-
mago-names = { path = "crates/names", version = "1.2.2" }
42-
mago-reporting = { path = "crates/reporting", version = "1.2.2" }
43-
mago-span = { path = "crates/span", version = "1.2.2" }
44-
mago-wasm = { path = "crates/wasm", version = "1.2.2" }
45-
mago-php-version = { path = "crates/php-version", version = "1.2.2" }
46-
mago-analyzer = { path = "crates/analyzer", version = "1.2.2" }
47-
mago-algebra = { path = "crates/algebra", version = "1.2.2" }
48-
mago-codex = { path = "crates/codex", version = "1.2.2" }
49-
mago-prelude = { path = "crates/prelude", version = "1.2.2" }
50-
mago-semantics = { path = "crates/semantics", version = "1.2.2" }
51-
mago-collector = { path = "crates/collector", version = "1.2.2" }
52-
mago-database = { path = "crates/database", version = "1.2.2" }
53-
mago-guard = { path = "crates/guard", version = "1.2.2" }
54-
mago-orchestrator = { path = "crates/orchestrator", version = "1.2.2" }
30+
mago-syntax-core = { path = "crates/syntax-core", version = "1.3.0" }
31+
mago-syntax = { path = "crates/syntax", version = "1.3.0" }
32+
mago-type-syntax = { path = "crates/type-syntax", version = "1.3.0" }
33+
mago-casing = { path = "crates/casing", version = "1.3.0" }
34+
mago-composer = { path = "crates/composer", version = "1.3.0" }
35+
mago-docblock = { path = "crates/docblock", version = "1.3.0" }
36+
mago-text-edit = { path = "crates/text-edit", version = "1.3.0" }
37+
mago-formatter = { path = "crates/formatter", version = "1.3.0" }
38+
mago-fingerprint = { path = "crates/fingerprint", version = "1.3.0" }
39+
mago-atom = { path = "crates/atom", version = "1.3.0" }
40+
mago-linter = { path = "crates/linter", version = "1.3.0" }
41+
mago-names = { path = "crates/names", version = "1.3.0" }
42+
mago-reporting = { path = "crates/reporting", version = "1.3.0" }
43+
mago-span = { path = "crates/span", version = "1.3.0" }
44+
mago-wasm = { path = "crates/wasm", version = "1.3.0" }
45+
mago-php-version = { path = "crates/php-version", version = "1.3.0" }
46+
mago-analyzer = { path = "crates/analyzer", version = "1.3.0" }
47+
mago-algebra = { path = "crates/algebra", version = "1.3.0" }
48+
mago-codex = { path = "crates/codex", version = "1.3.0" }
49+
mago-prelude = { path = "crates/prelude", version = "1.3.0" }
50+
mago-semantics = { path = "crates/semantics", version = "1.3.0" }
51+
mago-collector = { path = "crates/collector", version = "1.3.0" }
52+
mago-database = { path = "crates/database", version = "1.3.0" }
53+
mago-guard = { path = "crates/guard", version = "1.3.0" }
54+
mago-orchestrator = { path = "crates/orchestrator", version = "1.3.0" }
5555
tracing = { version = "0.1.40" }
5656
ahash = { version = "0.8", default-features = false, features = ["compile-time-rng", "std"] }
5757
serde_json = { version = "1.0.138" }

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ curl --proto '=https' --tlsv1.2 -sSf https://carthage.software/mago.sh | bash
4343
To install a specific version:
4444

4545
```sh
46-
curl --proto '=https' --tlsv1.2 -sSf https://carthage.software/mago.sh | bash -s -- --version=1.2.2
46+
curl --proto '=https' --tlsv1.2 -sSf https://carthage.software/mago.sh | bash -s -- --version=1.3.0
4747
```
4848

4949
For all other installation methods, including Homebrew, Composer, and Cargo, please refer to our official **[Installation Guide](https://mago.carthage.software/guide/installation)**.
@@ -68,6 +68,7 @@ To get started with Mago and learn how to configure your project, please visit o
6868
<p align="center"><a href="https://www.jetbrains.com/" title="JetBrains"><kbd><img src="https://avatars.githubusercontent.com/u/60931315?u=f9b545e50cace9e9028f77eaf1e83104d18d4d48&v=4&s=240" width="120" height="120" alt="JetBrains" /></kbd></a><a href="http://www.dynasource.eu" title="Boudewijn Vahrmeijer"><kbd><img src="https://avatars.githubusercontent.com/u/125726?u=f2a45c40beb5e1071e9cd713793348fea08f7986&v=4&s=240" width="120" height="120" alt="Boudewijn Vahrmeijer" /></kbd></a></p><p align="center"><a href="https://github.com/jasonrm" title="Jason R. McNeil"><kbd><img src="https://avatars.githubusercontent.com/u/39949?u=69c0e4fb08c439250978d41dbc3371d2f0609b98&v=4&s=160" width="80" height="80" alt="Jason R. McNeil" /></kbd></a><a href="https://ofcompute.rs/" title="Vincent Berset"><kbd><img src="https://avatars.githubusercontent.com/u/5173120?u=95efc76cd8fc804536dc6dd25781a95b650bf902&v=4&s=160" width="80" height="80" alt="Vincent Berset" /></kbd></a></p><p align="center"><a href="https://github.com/kambo-1st" title="Bohuslav Šimek"><kbd><img src="https://avatars.githubusercontent.com/u/6493048?u=5eddf1eb923810745d8bdd62496d245238833d07&v=4&s=96" width="48" height="48" alt="Bohuslav Šimek" /></kbd></a><a href="https://www.ticketswap.com" title="TicketSwap"><kbd><img src="https://avatars.githubusercontent.com/u/5766233?v=4&s=96" width="48" height="48" alt="TicketSwap" /></kbd></a></p>
6969

7070
[See all sponsors](SPONSORS.md)
71+
7172
<!-- END-SPONSORS -->
7273

7374
## Contributing

docs/guide/installation.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ wget -qO- https://carthage.software/mago.sh | bash
2828
To install a specific version of Mago, use the `--version=` flag:
2929

3030
```sh
31-
curl --proto '=https' --tlsv1.2 -sSf https://carthage.software/mago.sh | bash -s -- --version=1.2.2
31+
curl --proto '=https' --tlsv1.2 -sSf https://carthage.software/mago.sh | bash -s -- --version=1.3.0
3232
```
3333

3434
Or with `wget`:
3535

3636
```sh
37-
wget -qO- https://carthage.software/mago.sh | bash -s -- --version=1.2.2
37+
wget -qO- https://carthage.software/mago.sh | bash -s -- --version=1.3.0
3838
```
3939

4040
## Manual download
@@ -55,7 +55,7 @@ These methods are convenient but may be managed by the community or experience s
5555
To add Mago as a development dependency to your PHP project via Composer:
5656

5757
```sh
58-
composer require --dev "carthage-software/mago:^1.2.2"
58+
composer require --dev "carthage-software/mago:^1.3.0"
5959
```
6060

6161
### Homebrew (macOS)

0 commit comments

Comments
 (0)