Skip to content
This repository was archived by the owner on Dec 12, 2021. It is now read-only.

Commit cbebb72

Browse files
committed
Update picolisp-unit to v0.6.0
1 parent 7a391b3 commit cbebb72

File tree

4 files changed

+7
-3
lines changed

4 files changed

+7
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 0.2.13 (2015-04-06)
4+
5+
* Update picolisp-unit to v0.6.0
6+
37
## 0.2.12 (2015-03-29)
48

59
* Actually update picolisp-unit to v0.5.2

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# bcrypt hashing for PicoLisp
22

3-
[![GitHub release](https://img.shields.io/github/release/aw/picolisp-bcrypt.svg)](https://img.shields.io/github/release/aw/picolisp-bcrypt) [![Build Status](https://travis-ci.org/aw/picolisp-bcrypt.svg?branch=master)](https://travis-ci.org/aw/picolisp-bcrypt) [![Dependency](https://img.shields.io/badge/[deps] bcrypt-master-ff69b4.svg)](https://github.com/rg3/bcrypt.git) [![Dependency](https://img.shields.io/badge/[deps] picolisp--unit-v0.5.2-ff69b4.svg)](https://github.com/aw/picolisp-unit.git)
3+
[![GitHub release](https://img.shields.io/github/release/aw/picolisp-bcrypt.svg)](https://img.shields.io/github/release/aw/picolisp-bcrypt) [![Build Status](https://travis-ci.org/aw/picolisp-bcrypt.svg?branch=master)](https://travis-ci.org/aw/picolisp-bcrypt) [![Dependency](https://img.shields.io/badge/[deps] bcrypt-master-ff69b4.svg)](https://github.com/rg3/bcrypt.git) [![Dependency](https://img.shields.io/badge/[deps] picolisp--unit-v0.6.0-ff69b4.svg)](https://github.com/aw/picolisp-unit.git)
44

55
This library can be used to hash strings (ex: passwords) using bcrypt in [PicoLisp](http://picolisp.com/).
66

module.l

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[de MODULE_INFO
22
("name" "bcrypt")
3-
("version" "0.2.12")
3+
("version" "0.2.13")
44
("summary" "bcrypt hashing for PicoLisp")
55
("source" "https://github.com/aw/picolisp-bcrypt.git")
66
("author" "Alexander Williams")

0 commit comments

Comments
 (0)