Skip to content

Commit

Permalink
Prepare 0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Nov 17, 2022
1 parent 3fe7cba commit cb57845
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 2 deletions.
37 changes: 37 additions & 0 deletions docs/blog/posts/devenv-v0.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
---
draft: false
date: 2022-11-17
authors:
- domenkozar
---

# devenv 0.3

It has been 3 days since [0.2](devenv-v0.2.md) release, so it's time for 0.3:

# Highlights

- We have a [roadmap](https://devenv.sh/roadmap/)!

- A number of new languages: [OCaml, Closure, PureScript, Lua and CUE](https://devenv.sh/languages/).

- [bobvanderlinden](https://github.com/bobvanderlinden) contributed [Java customization options](https://devenv.sh/reference/options/#languagesjavaenable).

- ``devenv init`` now optionally accept a directory where to create the structure. Thanks [bobvanderlinden](https://github.com/bobvanderlinden)!

- Installation instructions of devenv have been improved to be more robust.

- [Imports](https://devenv.sh/composing-using-imports/) have been made more robust,
so that common failure modes now have a reasonable error message.

- ``devenv shell`` now warns when a new version is out (detected via [input](http://devenv.sh/inputs/) updates) and the warning can be [disabled](https://devenv.sh/reference/options/#devenvwarnonnewversion).

# Bug fixes


- [quasigod-io](https://github.com/quasigod-io) made `~/.devenv` respect `XDG_DATA_HOME`.
- [domen](https://github.com/domenkozar) fixed [direnv not reloading](https://github.com/cachix/devenv/issues/10).
- [domen](https://github.com/domenkozar) fixed ``devenv up`` to load the latest shell before starting [processes](https://devenv.sh/processes/).
- [domen](https://github.com/domenkozar) fixed ``devenv init`` not overriding files if they exist.

Domen
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ extra:
- icon: fontawesome/brands/discord
link: https://discord.gg/naMgvexb6q
devenv:
version: 0.2
version: 0.3
markdown_extensions:
- tables
- admonition
Expand Down
2 changes: 1 addition & 1 deletion src/modules/latest-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.2
0.3

0 comments on commit cb57845

Please sign in to comment.