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

Commit

Permalink
Update to picolisp-unit v0.6.0 and ignore dirty submodules
Browse files Browse the repository at this point in the history
  • Loading branch information
aw committed Apr 7, 2015
1 parent b4da10b commit 9cb0a2a
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 4 deletions.
1 change: 1 addition & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[submodule "vendor/nanomsg"]
path = vendor/nanomsg
url = https://github.com/nanomsg/nanomsg.git
ignore = dirty
[submodule "vendor/picolisp-unit"]
path = vendor/picolisp-unit
url = https://github.com/aw/picolisp-unit.git
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.5.22 (2014-04-07)

* Update to picolisp-unit v0.6.0
* Ignore dirty submodules

## 0.5.21 (2014-04-01)

* Update to picolisp-unit v0.5.2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Nanomsg FFI bindings for PicoLisp

[![GitHub release](https://img.shields.io/github/release/aw/picolisp-nanomsg.svg)](https://github.com/aw/picolisp-nanomsg) [![Build Status](https://travis-ci.org/aw/picolisp-nanomsg.svg?branch=master)](https://travis-ci.org/aw/picolisp-nanomsg) [![Dependency](https://img.shields.io/badge/%5Bdeps%5D%20Nanomsg-0.5--beta-ff69b4.svg)](https://github.com/nanomsg/nanomsg) [![Dependency](https://img.shields.io/badge/[deps] picolisp--unit-v0.5.2-ff69b4.svg)](https://github.com/aw/picolisp-unit.git)
[![GitHub release](https://img.shields.io/github/release/aw/picolisp-nanomsg.svg)](https://github.com/aw/picolisp-nanomsg) [![Build Status](https://travis-ci.org/aw/picolisp-nanomsg.svg?branch=master)](https://travis-ci.org/aw/picolisp-nanomsg) [![Dependency](https://img.shields.io/badge/%5Bdeps%5D%20Nanomsg-0.5--beta-ff69b4.svg)](https://github.com/nanomsg/nanomsg) [![Dependency](https://img.shields.io/badge/[deps] picolisp--unit-v0.6.0-ff69b4.svg)](https://github.com/aw/picolisp-unit.git)

[Nanomsg](http://nanomsg.org/index.html) FFI bindings for [PicoLisp](http://picolisp.com/).

Expand Down
7 changes: 5 additions & 2 deletions module.l
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
[de MODULE_INFO
("name" "nanomsg")
("version" "0.5.21")
("version" "0.5.22")
("summary" "Nanomsg ffi-binding for PicoLisp")
("source" "https://github.com/aw/picolisp-nanomsg.git")
("author" "Alexander Williams")
("license" "MIT")
("copyright" "(c) 2015 Alexander Williams, Unscramble <license@unscramble.jp>")
("install" "build.sh")
("update" "update.sh") ]
("update" "update.sh")
("requires"
("picolisp-unit" "v0.6.0" "https://github.com/aw/picolisp-unit.git")
("nanomsg" "0.5-beta" "https://github.com/nanomsg/nanomsg.git") ]
2 changes: 1 addition & 1 deletion vendor/picolisp-unit

0 comments on commit 9cb0a2a

Please sign in to comment.