Skip to content

Commit

Permalink
Merge pull request #94 from arkedge/release-v2.6
Browse files Browse the repository at this point in the history
Release 2.6.0
  • Loading branch information
sksat authored Nov 27, 2024
2 parents 320bca6 + d63fa3a commit 20e2933
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 6 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## 2.6.0 (2024-11-28)

- Start distribute tlmcmddb-cli binary on [GitHub Releases](https://github.com/arkedge/c2a-tlmcmddb/releases/tag/v2.6.0)
- It can be install with [cargo-binstall](https://github.com/cargo-bins/cargo-binstall)
- ex: `cargo binstall tlmcmddb-cli`

### Added
- [#41](https://github.com/arkedge/c2a-tlmcmddb/pull/41): モデルにDisplayInfoを追加する
- [#24](https://github.com/arkedge/c2a-tlmcmddb/pull/24): tlmcmddbのモデルをblobに対応させる
Expand Down Expand Up @@ -47,6 +51,7 @@
- [#88](https://github.com/arkedge/c2a-tlmcmddb/pull/88): Update Rust version to 1.74
- [#90](https://github.com/arkedge/c2a-tlmcmddb/pull/90): Merge internal dependencies into workspace
- [#91](https://github.com/arkedge/c2a-tlmcmddb/pull/91): Release 2.6.0-beta.1
- [#94](https://github.com/arkedge/c2a-tlmcmddb/pull/94): Release 2.6.0

## 2.5.1 (2023-12-22)

Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

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

6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[workspace.package]
version = "2.6.0-beta.1"
version = "2.6.0"
repository = "https://github.com/arkedge/c2a-tlmcmddb"
readme = "README.md"

Expand All @@ -13,5 +13,5 @@ members = [
]

[workspace.dependencies]
tlmcmddb = "2.6.0-beta.1"
tlmcmddb-csv = "2.6.0-beta.1"
tlmcmddb = "2.6"
tlmcmddb-csv = "2.6"

0 comments on commit 20e2933

Please sign in to comment.