Skip to content

Commit 0127c03

Browse files
committed
bump version; update feed
1 parent 8964b59 commit 0127c03

File tree

2 files changed

+13
-7
lines changed

2 files changed

+13
-7
lines changed

DependencyControl.json

Lines changed: 12 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -63,19 +63,19 @@
6363
"fileBaseUrl": "@{fileBaseUrl}v@{version}-@{channel}/modules/@{scriptName}",
6464
"channels": {
6565
"alpha": {
66-
"version": "0.5.2",
67-
"released": "2015-07-27",
66+
"version": "0.5.3",
67+
"released": "2015-08-01",
6868
"default": true,
6969
"files": [
7070
{
7171
"name": ".moon",
7272
"url": "@{fileBaseUrl}@{fileName}",
73-
"sha1": "B05F938D4569FB8D2361DF266C3482DC24DC6024"
73+
"sha1": "C8550E4E5AED94DD9604949126498ABCF3DAAD16"
7474
},
7575
{
7676
"name": "/ConfigHandler.moon",
7777
"url": "@{fileBaseUrl}@{fileName}",
78-
"sha1": "AC080CE7250E7529B1A8209A1336F01DFCD91D1D"
78+
"sha1": "61478FA441574001982C50D619C231B0CEB23121"
7979
},
8080
{
8181
"name": "/FileOps.moon",
@@ -85,7 +85,7 @@
8585
{
8686
"name": "/Logger.moon",
8787
"url": "@{fileBaseUrl}@{fileName}",
88-
"sha1": "E74238386E3C77549256667C951619FC457B5E89"
88+
"sha1": "1E08BB34295CDC8D1F77E2811BF464763ACBBE69"
8989
},
9090
{
9191
"name": "/UpdateFeed.moon",
@@ -95,7 +95,7 @@
9595
{
9696
"name": "/Updater.moon",
9797
"url": "@{fileBaseUrl}@{fileName}",
98-
"sha1": "BF4B380D2F2AAB58F7A3CEFF8ECA7DF994F0F11A"
98+
"sha1": "476B7AC47F42E5B21C4BBA1ECB95605CADC8AD4F"
9999
}
100100
],
101101
"requiredModules": [
@@ -123,6 +123,12 @@
123123
}
124124
},
125125
"changelog": {
126+
"0.5.3": [
127+
"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.",
128+
"Error Reports of required modules loaded by DependencyControl now actually provide semi-useful stack traces.",
129+
"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.",
130+
"The DependencyControl self-update now runs through properly without throwing an error at the end of the process."
131+
],
126132
"0.5.2": [
127133
"Updates and installations no longer fail when no suitable version of a module marked as an optional dependency can be found.",
128134
"ConfigHandlers now recover gracefully when a corrupted config is encountered.",

modules/DependencyControl.moon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -513,7 +513,7 @@ class DependencyControl
513513

514514
rec = DependencyControl{
515515
name: "DependencyControl",
516-
version: "0.5.2",
516+
version: "0.5.3",
517517
description: "Provides script management and auto-updating for Aegisub macros and modules.",
518518
author: "line0",
519519
url: "http://github.com/TypesettingCartel/DependencyControl",

0 commit comments

Comments
 (0)