Skip to content
This repository has been archived by the owner on Aug 6, 2023. It is now read-only.

Releases: kachick/nixpkgs-url

v0.3.1

28 Jul 16:11
Compare
Choose a tag to compare

Changelog

  • 2a94718 Add flag counter validation
  • 336231a Correct error message
  • 09006c1 Do not raise error if last detection called in non nix projects

v0.3.0

28 Jul 06:58
103f5f4
Compare
Choose a tag to compare

Changelog

  • b404a3d Adjust varname for others
  • a092394 Cover all files in go commands
  • ad5564e Do not raise error if in green
  • 103f5f4 Implement jump flag to check the git ref in nixpkgs repository (#23)
  • 8de9a0d Trigger go CI if the definition updated

v0.2.4

24 Jul 10:17
Compare
Choose a tag to compare

Changelog

v0.2.3

24 Jul 09:28
748ecaa
Compare
Choose a tag to compare

Changelog

v0.2.2

15 Jul 19:36
cf48bdb
Compare
Choose a tag to compare

Changelog

  • 2e696ad Add failing tests first
  • b308f8c Better error handling
  • 2ba20fe Bump dependent nix (Use itself)
  • a34f38e Fix cron schedule
  • eba3da6 Implement for flake.nix
  • 64ea81c Integrate staticcheck
  • 1686f67 Integrate typos instead of CSpell
  • 9565c3e Merge pull request #16 from kachick/integrate-typos
  • cf48bdb Merge pull request #18 from kachick/cover-flake
  • 72763dd Remove wrong name from the official doc
  • d738450 Suppress the annoy lint message
  • 347eb36 Sync CI versions with nixpath
  • dca8291 Update README
  • 4e830cc Update error message
  • e4e11f2 Use Nix flake for development (#17)
  • 80a07b6 dprint config update --yes

v0.2.1

07 Jul 03:37
Compare
Choose a tag to compare

Changelog

  • 3081fd7 Add missing fail-safe
  • 4fabc90 Bump CI setup parser
  • 87d736b Bump dependabot/fetch-metadata from 1.5.1 to 1.6.0 (#12)
  • e6a89a8 Bump kachick/wait-other-jobs from 1.2.1 to 1.3.0 (#11)
  • 49b4514 Divide functions with cmd and core (#14)
  • 95a13ef Enable nix-shell with direnv
  • 9e9c013 Fix missing setup of setup-go action in release
  • 18dfe66 Follow #11
  • e3705c9 Prefer newer Nix action for better cache (#13)
  • 4a4476e Refine usage handlings
  • 2c73688 Update vscode extensions

v0.2.0

22 Jun 10:59
Compare
Choose a tag to compare

Changelog

  • 8a4469f Bump cachix/install-nix-action from 21 to 22 (#9)
  • e73968b Extract "detect" as subcommand
  • cfa3d8d Prefer early return

v0.1.2

19 Jun 11:29
Compare
Choose a tag to compare

Changelog

  • 07a0503 Add nixpkgs-fmt in tasks
  • 5397040 Extract to detect targets as a option

v0.1.1

19 Jun 09:48
Compare
Choose a tag to compare

Changelog

v0.1.0

19 Jun 08:57
Compare
Choose a tag to compare

Changelog

  • 4d4ae6c Add basic tests
  • d2cca04 Add note comment for the API
  • fe6931d Add usage in README
  • b7ada01 Bump itself
  • e739295 Care simple indent issue
  • 73f17a6 Do not touch if no change occured
  • aaf7a39 I forgot many things of golang
  • 1536d58 Ignore dist files also in dprint
  • 449a126 Implement display only option
  • 17c9668 Implement get last version only option
  • 4d8a840 Implement version command
  • 5b6c790 Imrpove dev env
  • 0d0004a Initial empty commit
  • b8415ad Install with git revision
  • 93423fc Integrate goreleaser with GitHub Actions
  • acb9a64 Integrate goreleaser with Nix
  • ac9ec25 Intentionally drop meaningless cache (#5)
  • 0383e3b Merge pull request #1 from kachick/better-env
  • 754791a Merge pull request #4 from kachick/goreleaser
  • d840b87 Missing go itself in nix
  • b26e22f Prefer GOPATH
  • 570c169 Prefer goreleaser also in build task
  • cead825 Provide CI for developer environments(#2)
  • 38fc688 Provide task runner
  • 70c4678 Rename variables as same as GoReleaser default
  • 03dbeaa Restrict builder with slow option in CI
  • ceaa32d Set revision from the building value
  • d8e9da7 Wait other CI before release
  • d3a7d5c goreleaser init