Skip to content

Commit 4d18393

Browse files
committed
bump patch version; update feed
1 parent db11362 commit 4d18393

2 files changed

Lines changed: 15 additions & 11 deletions

File tree

DependencyControl.json

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,15 @@
1717
"fileBaseUrl": "https://raw.githubusercontent.com/TypesettingTools/ASSFoundation",
1818
"channels": {
1919
"release": {
20-
"version": "0.4.3",
21-
"released": "2019-08-12",
20+
"version": "0.4.4",
21+
"released": "2019-09-14",
2222
"default": true,
2323
"fileBaseUrl": "@{fileBaseUrl}/v@{version}/@{namespacePath}",
2424
"files": [
2525
{
2626
"name": ".moon",
2727
"url": "@{fileBaseUrl}@{fileName}",
28-
"sha1": "6903E95F48D87CC91934CB4C8A88F4B049E04687"
28+
"sha1": "DA0A4D42569337DD519DA6A67AC0D1E1868811C0"
2929
},
3030
{
3131
"url": "@{fileBaseUrl}@{fileName}",
@@ -155,7 +155,7 @@
155155
{
156156
"url": "@{fileBaseUrl}@{fileName}",
157157
"name": "/Section/Text.moon",
158-
"sha1": "747B5D185CA855B425F99065596210C8BE511D49"
158+
"sha1": "47B73500882983AE9493265C443E15FDFD5504BB"
159159
},
160160
{
161161
"url": "@{fileBaseUrl}@{fileName}",
@@ -180,7 +180,7 @@
180180
{
181181
"url": "@{fileBaseUrl}@{fileName}",
182182
"name": "/Tag/Color.moon",
183-
"sha1": "1879B3C7F205406C64645C83DAF554354096FB09"
183+
"sha1": "28CA9FE78E71AE479A709B62BA264464C3D5E7F8"
184184
},
185185
{
186186
"url": "@{fileBaseUrl}@{fileName}",
@@ -385,15 +385,15 @@
385385
]
386386
},
387387
"alpha": {
388-
"version": "0.4.3",
389-
"released": "2019-08-12",
388+
"version": "0.4.4",
389+
"released": "2019-09-14",
390390
"default": false,
391391
"fileBaseUrl": "@{fileBaseUrl}/v@{version}-@{channel}/@{namespacePath}",
392392
"files": [
393393
{
394394
"name": ".moon",
395395
"url": "@{fileBaseUrl}@{fileName}",
396-
"sha1": "6903E95F48D87CC91934CB4C8A88F4B049E04687"
396+
"sha1": "DA0A4D42569337DD519DA6A67AC0D1E1868811C0"
397397
},
398398
{
399399
"url": "@{fileBaseUrl}@{fileName}",
@@ -523,7 +523,7 @@
523523
{
524524
"url": "@{fileBaseUrl}@{fileName}",
525525
"name": "/Section/Text.moon",
526-
"sha1": "747B5D185CA855B425F99065596210C8BE511D49"
526+
"sha1": "47B73500882983AE9493265C443E15FDFD5504BB"
527527
},
528528
{
529529
"url": "@{fileBaseUrl}@{fileName}",
@@ -548,7 +548,7 @@
548548
{
549549
"url": "@{fileBaseUrl}@{fileName}",
550550
"name": "/Tag/Color.moon",
551-
"sha1": "1879B3C7F205406C64645C83DAF554354096FB09"
551+
"sha1": "28CA9FE78E71AE479A709B62BA264464C3D5E7F8"
552552
},
553553
{
554554
"url": "@{fileBaseUrl}@{fileName}",
@@ -754,6 +754,10 @@
754754
}
755755
},
756756
"changelog": {
757+
"0.4.4": [
758+
"Tag/Color: fixed a typo that broke Color.lerp()",
759+
"Section/Text: fixed 2 typos that broke TextSection.splitAtChar()"
760+
],
757761
"0.4.3": [
758762
"TagSection: fixed insertDefaultTags() calling a method that doesn't exist on TagList"
759763
],

l0/ASSFoundation.moon

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
DependencyControl = require "l0.DependencyControl"
22
version = DependencyControl{
33
name: "ASSFoundation",
4-
version: "0.4.3",
4+
version: "0.4.4",
55
description: "General purpose ASS processing library",
66
author: "line0",
77
url: "http://github.com/TypesettingTools/ASSFoundation",

0 commit comments

Comments
 (0)