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 Oct 18, 2015
1 parent bdfa8dc commit 786b44e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
14 changes: 9 additions & 5 deletions DependencyControl.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@
"fileBaseUrl": "https://raw.githubusercontent.com/TypesettingTools/ASSFoundation/v@{version}-@{channel}/@{namespacePath}",
"channels": {
"alpha": {
"version": "0.3.2",
"released": "2015-09-15",
"version": "0.3.3",
"released": "2015-10-18",
"default": true,
"files": [
{
"name": ".moon",
"url": "@{fileBaseUrl}@{fileName}",
"sha1": "5CE4AF0CD508324E38A4E212B58E93AC32D285E2"
"sha1": "95444517B9B1DC8737703122278069DEAFE54F3E"
},
{
"name": ".lua",
Expand Down Expand Up @@ -53,7 +53,7 @@
{
"name": "/LineContents.lua",
"url": "@{fileBaseUrl}@{fileName}",
"sha1": "B5DD6AC9DAD064F45207E7DFC567098CDEC5B499"
"sha1": "CFD7392E4556122A3C5BA28F60026C65092F44C0"
},
{
"name": "/TagList.lua",
Expand Down Expand Up @@ -128,7 +128,7 @@
{
"name": "/Section/Text.lua",
"url": "@{fileBaseUrl}@{fileName}",
"sha1": "944AA510A0CFFC0C72A67A8146FA2DC467D22541"
"sha1": "22E45B32A822FCB2887157E6706360C6E8640D4C"
},
{
"name": "/Tag/Align.lua",
Expand Down Expand Up @@ -240,6 +240,10 @@
}
},
"changelog": {
"0.3.3": [
"Line splitting no longer incorrectly calculates the position for splits with leading or trailing whitespace characters.",
"LineContents:getEffectiveTags() now always returns requested default tags, even if the section at the specified index doesn't exist."
],
"0.3.2": [
"TextSection:getShape(): A regression was now *actually* fixed that would cause the text-to-shape conversion to fail on v0.3.0 and v.0.3.1."
],
Expand Down
2 changes: 1 addition & 1 deletion l0/ASSFoundation.moon
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
DependencyControl = require "l0.DependencyControl"
version = DependencyControl{
name: "ASSFoundation",
version: "0.3.2",
version: "0.3.3",
description: "General purpose ASS processing library",
author: "line0",
url: "http://github.com/TypesettingTools/ASSFoundation",
Expand Down

0 comments on commit 786b44e

Please sign in to comment.