Skip to content

Commit e9f2f24

Browse files
author
Nicholas C. Zakas
committed
Release v0.5.0
1 parent b415cd2 commit e9f2f24

File tree

11 files changed

+7819
-24859
lines changed

11 files changed

+7819
-24859
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
Next (not yet released)
22

3+
TBD
4+
5+
July 29, 2011 - v0.5.0
6+
37
* Added total headings count to unique-headings rule (fixes #108)
48
* Fixed bug with box model rule (fixes #135)
59
* Added rule to check property name against list of known properties (fixes #136)

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<project name="csslint" default="all">
22

33
<!-- version number -->
4-
<property name="csslint.version" value="0.4.0" />
4+
<property name="csslint.version" value="0.5.0" />
55

66
<!-- the directories containing the source files -->
77
<property name="src.dir" value="./src" />

0 commit comments

Comments
 (0)