Skip to content

Commit

Permalink
update to v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
flxzt committed Jun 16, 2023
1 parent 37d6120 commit 7e43747
Show file tree
Hide file tree
Showing 7 changed files with 85 additions and 70 deletions.
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ Run the app in the terminal with `flatpak --env=RUST_LOG=rnote=debug --env=RUST_
If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**
- OS: [e.g. Fedora 38, Windows 11 22H2, ... ]
- App Version: [e.g. rnote v0.6.0]
- Installation Source: [e.g. Flatpak, Archlinux Community Repo, ... ]
- OS: [e.g. Fedora 38, Windows 11 22H2, ...]
- App Version: [e.g. Rnote v0.7.0]
- Installation Source: [e.g. Flatpak, Archlinux Community Repo, ...]
- Desktop Environment: [e.g. Gnome 44.0]

**Additional context**
Expand Down
117 changes: 54 additions & 63 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(
'rnote',
['rust', 'cpp'],
version: '0.6.0',
version: '0.7.0',
meson_version: '>= 0.57',
)
# add a patch suffix for alpha or beta version, starting with a dash.
Expand Down
2 changes: 1 addition & 1 deletion rnote-cli/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rnote-cli"
version = "0.6.0"
version = "0.7.0"
edition = "2021"
rust-version = "1.65"

Expand Down
2 changes: 1 addition & 1 deletion rnote-engine/src/fileformats/rnoteformat/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ struct RnotefileWrapper {
pub type RnoteFile = RnoteFileMaj0Min6;

impl RnoteFile {
pub const SEMVER: &str = "0.6.0";
pub const SEMVER: &str = "0.7.0";
}

impl FileFormatLoader for RnoteFile {
Expand Down
2 changes: 1 addition & 1 deletion rnote-ui/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "rnote"
version = "0.6.0"
version = "0.7.0"
edition = "2021"
rust-version = "1.65"
build = "build.rs"
Expand Down
Loading

0 comments on commit 7e43747

Please sign in to comment.