Skip to content

Commit f1d2abd

Browse files
authored
chore(mason_cli): v0.1.3 (#1604)
1 parent b1d5602 commit f1d2abd

File tree

4 files changed

+8
-3
lines changed

4 files changed

+8
-3
lines changed

packages/mason_cli/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.1.3
2+
3+
- feat: include allowed values in `mason make <name> --help`
4+
- ci: upgrade runners to `windows-latest`
5+
16
# 0.1.2
27

38
- feat: improve the output of `mason --version` ([#1482](https://github.com/felangel/mason/issues/1482))

packages/mason_cli/LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
The MIT License (MIT)
2-
Copyright (c) 2024 Felix Angelov
2+
Copyright (c) 2025 Felix Angelov
33

44
Permission is hereby granted, free of charge, to any person
55
obtaining a copy of this software and associated documentation

packages/mason_cli/lib/src/version.dart

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/mason_cli/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: mason_cli
22
description: >
33
Mason CLI allows developers to create and consume reusable templates called bricks.
4-
version: 0.1.2
4+
version: 0.1.3
55
homepage: https://github.com/felangel/mason
66
repository: https://github.com/felangel/mason
77
issue_tracker: https://github.com/felangel/mason/issues

0 commit comments

Comments
 (0)