diff --git a/.plzconfig b/.plzconfig index 844dc89..4293f80 100644 --- a/.plzconfig +++ b/.plzconfig @@ -1,5 +1,9 @@ [Please] Version = 16.20.0-beta.14 +[PluginDefinition] +Name = shell +Description = rules for creating .sh files + [FeatureFlags] ExcludeShellRules = true diff --git a/ChangeLog b/ChangeLog index 21f6602..cbb2dc5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Version 0.1.2 +------------- + * Add plugin definition + Version 0.1.1 ------------- * Rename `builds_defs` directory to `build_defs` for consistency with other plugins diff --git a/VERSION b/VERSION index 17e51c3..d917d3e 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.1.1 +0.1.2