Skip to content

Commit

Permalink
v1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Apr 5, 2024
1 parent 6b274c6 commit e2b5e2b
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion 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 RELEASE.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
- write a blog post
- bump version in mkdocs.yml
- devenv-bump-version
- bump version in devenv/Cargo.toml
- bump version in mkdocs.yml
- bump version in package.nix
- bump nixpkgs in docs/getting-started
- git commit
- git tag
- git push --tags
- create a release on github
- create a release on github
- bump nixpkgs in docs/getting-started
2 changes: 1 addition & 1 deletion devenv/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "devenv"
version = "1.0.2"
version = "1.0.3"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 1 addition & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
=== "Newcomers"

```
nix-env -iA devenv -f https://github.com/NixOS/nixpkgs/tarball/2b8521c464b0f0c587839545b9d70b2d0b7574d0
nix-env -iA devenv -f https://github.com/NixOS/nixpkgs/tarball/nixpkgs-unstable
```

=== "Nix profiles (requires experimental flags)"
Expand Down
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ extra:
- icon: fontawesome/brands/discord
link: https://discord.gg/naMgvexb6q
devenv:
version: 1.0.2
version: 1.0.3

markdown_extensions:
- tables
Expand Down
2 changes: 1 addition & 1 deletion package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

pkgs.rustPlatform.buildRustPackage {
pname = "devenv";
version = "1.0.2";
version = "1.0.3";

src = pkgs.lib.sourceByRegex ./. [
"Cargo.toml"
Expand Down
2 changes: 1 addition & 1 deletion src/modules/latest-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.2
1.0.3

0 comments on commit e2b5e2b

Please sign in to comment.