Skip to content

Commit

Permalink
Release 0.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
yrashk committed Oct 2, 2018
1 parent d8a9f56 commit 75ff9b4
Show file tree
Hide file tree
Showing 6 changed files with 22 additions and 10 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 0.4.1

## Improvements

* Support for textual links in items in anticipation of flat records namespace (0.5 feature)
(995c2e41-1190-4ba2-bd24-50118f2664c7, d5832c5e-2e65-465a-abab-138639287a01,8f33f6ce-a925-4c88-96e9-8b9a5e06972d)

# 0.4.0

## Breaking changes
Expand Down
10 changes: 5 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 5 additions & 0 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# 0.4.1

This is an interim release that should allow users of a released version to access
sit repositories with a flat records namespace enabled (currently a master-only feature)

# 0.4.0

This is primarily a bug fix release. It fixes a couple of important problems
Expand Down
2 changes: 1 addition & 1 deletion sit-core/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sit-core"
version = "0.4.1-pre"
version = "0.4.1"
authors = ["Yurii Rashkovskii <[email protected]>"]
license = "MIT/Apache-2.0"
repository = "https://github.com/sit-it/sit"
Expand Down
4 changes: 2 additions & 2 deletions sit-web/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sit-web"
version = "0.4.1-pre"
version = "0.4.1"
description = "Serverless Information Tracker Web Interface"
authors = ["Yurii Rashkovskii <[email protected]>"]
license = "MIT/Apache-2.0"
Expand All @@ -26,7 +26,7 @@ blake2 = "0.7"
hex = "0.3"
which = "2.0"
thread_local = "0.3"
sit-core = { path = "../sit-core", version = "0.4.1-pre", features = ["git"] }
sit-core = { path = "../sit-core", version = "0.4.1", features = ["git"] }

[build-dependencies]
include_dir = "0.1"
Expand Down
4 changes: 2 additions & 2 deletions sit/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sit"
version = "0.4.1-pre"
version = "0.4.1"
description = "Serverless Information Tracker"
authors = ["Yurii Rashkovskii <[email protected]>"]
license = "MIT/Apache-2.0"
Expand All @@ -25,7 +25,7 @@ dunce = "0.1"
which = "2.0"
atty = "0.2"
thread_local = "0.3"
sit-core = { path = "../sit-core", version = "0.4.1-pre", features = ["git"] }
sit-core = { path = "../sit-core", version = "0.4.1", features = ["git"] }

[dev-dependencies]
cli_test_dir = "0.1.5"
Expand Down

0 comments on commit 75ff9b4

Please sign in to comment.