Skip to content

Commit

Permalink
bump version to 0.0.7 and remove Cargo.lock
Browse files Browse the repository at this point in the history
  • Loading branch information
rbalicki2 committed Sep 2, 2019
1 parent 2fd369f commit b396c24
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 1,180 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
target
.vscode
*.swp
Cargo.lock
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Version 0.0.7 (2019-09-02)

* Update the README to indicate with which version of the nightly compiler Smithy is compatible.
* Make Smithy more efficient: remove unnecessary code in the expansion of the `smd!` and `smd_borrowed!` macros, and move some path manipulation to compile time.

# Version 0.0.6 (2019-08-08)

* Update the README to point users to the `create-smithy-app`[https://github.com/rbalicki2/create-smithy-app/]
Expand Down
Loading

0 comments on commit b396c24

Please sign in to comment.