Skip to content

Commit 08b6595

Browse files
committed
bump version; update feed
1 parent 355b54c commit 08b6595

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

DependencyControl.json

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,14 +62,14 @@
6262
"fileBaseUrl": "@{fileBaseUrl}v@{version}-@{channel}/modules/@{scriptName}",
6363
"channels": {
6464
"alpha": {
65-
"version": "0.5.0",
66-
"released": "2015-05-02",
65+
"version": "0.5.1",
66+
"released": "2015-06-02",
6767
"default": true,
6868
"files": [
6969
{
7070
"name": ".moon",
7171
"url": "@{fileBaseUrl}@{fileName}",
72-
"sha1": "61A135DBA47384DE1240726E1C9844CBA9BBB5E5"
72+
"sha1": "84FDFA9FE38B28FDC0E8E662A2D6DB3DCE5B8936"
7373
},
7474
{
7575
"name": "/ConfigHandler.moon",
@@ -94,7 +94,7 @@
9494
{
9595
"name": "/Updater.moon",
9696
"url": "@{fileBaseUrl}@{fileName}",
97-
"sha1": "706B7D61A53C270C841D2A434044028F461DAD49"
97+
"sha1": "9C53BBCBD0334C7D868D00773386A4A23CB3B4F9"
9898
}
9999
],
100100
"requiredModules": [
@@ -122,6 +122,10 @@
122122
}
123123
},
124124
"changelog": {
125+
"0.5.1": [
126+
"Macros registered using DependencyControl now get passed the previously missing 'active_line' paramter.",
127+
"Fixed a bug that would cause an unrelated error to be thrown in place of the real error message when an updated module failed to load."
128+
],
125129
"0.5.0": [
126130
"DependencyControl does now auto-update itself and its dependencies.",
127131
"Provided Sub-Modules (Logger, ConfigHandler, ...) can now easily be accessed as class properties of the main DependencyControl module.",
@@ -136,4 +140,4 @@
136140
}
137141
}
138142
}
139-
}
143+
}

modules/DependencyControl.moon

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

504504
rec = DependencyControl{
505505
name: "DependencyControl",
506-
version: "0.5.0",
506+
version: "0.5.1",
507507
description: "Provides script management and auto-updating for Aegisub macros and modules.",
508508
author: "line0",
509509
url: "http://github.com/TypesettingCartel/DependencyControl",

0 commit comments

Comments
 (0)