Skip to content

Commit c046704

Browse files
committed
Release version 2.0.3.
* std.normalize-git-1.rockspec: Move from here... * std.normalize-2.0.3-1.rockspec: ...to here. (_MODREV): Set to 2.0.3. * Makefile (VERSION): Likewise. (all): Remove version.lua regeneration. * README.md (travis, codecov): Update build branch to release-v2.0.3. * .gitignore: Remove doc and lib/std/normalize/version.lua. * doc/: Check in for release revision. Signed-off-by: Gary V. Vaughan <gary@gnu.org>
1 parent fb1d61b commit c046704

8 files changed

Lines changed: 1850 additions & 11 deletions

File tree

.gitignore

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,5 @@
22
.DS_Store
33
/*.src.rock
44
/build-aux/config.ld
5-
/doc
65
/luacov.*.out
7-
/lib/std/normalize/version.lua
86
/normalize-*.tar.gz

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ MKDIR = mkdir -p
77
SED = sed
88
SPECL = specl
99

10-
VERSION = git
10+
VERSION = 2.0.3
1111

1212
luadir = lib/std/normalize
1313
SOURCES = \
@@ -19,7 +19,7 @@ SOURCES = \
1919
$(NOTHING_ELSE)
2020

2121

22-
all: $(luadir)/version.lua
22+
all:
2323

2424

2525
$(luadir)/version.lua: Makefile

NEWS.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
# std.normalize NEWS - User visible changes
22

3-
## Noteworthy changes in release ?.? (????-??-??) [?]
4-
5-
63
## Noteworthy changes in release 2.0.3 (2020-04-15) [stable]
74

85
### New features

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ Normalized Lua Functions
44
Copyright (C) 2002-2020 [std.normalize authors][authors]
55

66
[![License](https://img.shields.io/:license-mit-blue.svg)](https://mit-license.org)
7-
[![travis-ci status](https://secure.travis-ci.org/lua-stdlib/normalize.png?branch=master)](https://travis-ci.org/lua-stdlib/normalize/builds)
8-
[![codecov.io](https://codecov.io/gh/lua-stdlib/normalize/branch/master/graph/badge.svg)](https://codecov.io/gh/lua-stdlib/normalize)
7+
[![travis-ci status](https://secure.travis-ci.org/lua-stdlib/normalize.png?branch=release-v2.0.3)](https://travis-ci.org/lua-stdlib/normalize/builds)
8+
[![codecov.io](https://codecov.io/gh/lua-stdlib/normalize/branch/release-v2.0.3/graph/badge.svg)](https://codecov.io/gh/lua-stdlib/normalize)
99

1010
This is a collection of normalized lua functions for Lua 5.1 (including
1111
LuaJIT), 5.2, 5.3 and 5.4. The libraries are copyright by their authors
@@ -53,7 +53,7 @@ required by [stdlib][] is provided.
5353

5454
Pull-requests for more normalized APIs are welcome!
5555

56-
[authors]: https://github.com/lua-stdlib/normalize/blob/master/AUTHORS.md
56+
[authors]: https://github.com/lua-stdlib/normalize/blob/release-v2.0.3/AUTHORS.md
5757
[github]: https://github.com/lua-stdlib/normalize/ "Github repository"
5858
[lua]: https://www.lua.org "The Lua Project"
5959
[lua-compat]: https://github.com/keplerproject/lua-compat-5.3 "Lua 5.3ish API"

0 commit comments

Comments
 (0)