Skip to content

Commit

Permalink
bump version; update feed
Browse files Browse the repository at this point in the history
  • Loading branch information
line0 committed Aug 1, 2015
1 parent 8964b59 commit 0127c03
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 7 deletions.
18 changes: 12 additions & 6 deletions DependencyControl.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,19 +63,19 @@
"fileBaseUrl": "@{fileBaseUrl}v@{version}-@{channel}/modules/@{scriptName}",
"channels": {
"alpha": {
"version": "0.5.2",
"released": "2015-07-27",
"version": "0.5.3",
"released": "2015-08-01",
"default": true,
"files": [
{
"name": ".moon",
"url": "@{fileBaseUrl}@{fileName}",
"sha1": "B05F938D4569FB8D2361DF266C3482DC24DC6024"
"sha1": "C8550E4E5AED94DD9604949126498ABCF3DAAD16"
},
{
"name": "/ConfigHandler.moon",
"url": "@{fileBaseUrl}@{fileName}",
"sha1": "AC080CE7250E7529B1A8209A1336F01DFCD91D1D"
"sha1": "61478FA441574001982C50D619C231B0CEB23121"
},
{
"name": "/FileOps.moon",
Expand All @@ -85,7 +85,7 @@
{
"name": "/Logger.moon",
"url": "@{fileBaseUrl}@{fileName}",
"sha1": "E74238386E3C77549256667C951619FC457B5E89"
"sha1": "1E08BB34295CDC8D1F77E2811BF464763ACBBE69"
},
{
"name": "/UpdateFeed.moon",
Expand All @@ -95,7 +95,7 @@
{
"name": "/Updater.moon",
"url": "@{fileBaseUrl}@{fileName}",
"sha1": "BF4B380D2F2AAB58F7A3CEFF8ECA7DF994F0F11A"
"sha1": "476B7AC47F42E5B21C4BBA1ECB95605CADC8AD4F"
}
],
"requiredModules": [
Expand Down Expand Up @@ -123,6 +123,12 @@
}
},
"changelog": {
"0.5.3": [
"ConfigHandler: A host of longstanding issues related to config file corruption and concurrent access to config files from multiple DepCtrl-hosting automation scripts have been fixed.",
"Error Reports of required modules loaded by DependencyControl now actually provide semi-useful stack traces.",
"A bug was fixed that could cause DepCtrl to rerun the __depCtrlInit method on modules even though a prior DependencyControl record had already been initialized.",
"The DependencyControl self-update now runs through properly without throwing an error at the end of the process."
],
"0.5.2": [
"Updates and installations no longer fail when no suitable version of a module marked as an optional dependency can be found.",
"ConfigHandlers now recover gracefully when a corrupted config is encountered.",
Expand Down
2 changes: 1 addition & 1 deletion modules/DependencyControl.moon
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,7 @@ class DependencyControl

rec = DependencyControl{
name: "DependencyControl",
version: "0.5.2",
version: "0.5.3",
description: "Provides script management and auto-updating for Aegisub macros and modules.",
author: "line0",
url: "http://github.com/TypesettingCartel/DependencyControl",
Expand Down

0 comments on commit 0127c03

Please sign in to comment.