Skip to content

Commit

Permalink
Cut 0.2 version
Browse files Browse the repository at this point in the history
  • Loading branch information
sdiehl committed Jan 15, 2018
1 parent 717ff3e commit c1c3973
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
12 changes: 12 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# Revision history for llvm-hs-typed

## 0.2

* Added support for DataLayout pretty printing.
* Migrated `Typed` module upstream into `llvm-hs`.
* Added support for instruction-level metadata printing.
* Expanded test suite for metadata tests.

## 0.1

* First version.
6 changes: 4 additions & 2 deletions llvm-hs-pretty.cabal
Original file line number Diff line number Diff line change
@@ -1,14 +1,16 @@
name: llvm-hs-pretty
version: 0.1.0.0
version: 0.2.0.0
license: MIT
synopsis: A pretty printer for LLVM IR.
description: A pretty printer for the LLVM AST types provided by llvm-hs.
license-file: LICENSE
author: Stephen Diehl
maintainer: stephen.m.diehl@gmail.com
build-type: Simple
category: Compilers
extra-source-files: README.md
cabal-version: >=1.10
homepage: https://github.com/llvm-hs/llvm-hs-pretty
extra-source-files: README.md ChangeLog.md

Synopsis: Pretty printer for LLVM IR.
Description:
Expand Down

0 comments on commit c1c3973

Please sign in to comment.