File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44
55The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.1.0/ ) .
66
7- ## [ Unreleased ]
7+ ## [ 0.35.0 - 2025-12-04 ]
88### Release Notes
99- VyOS now has it's own Model and should be used for supported VyOS versions instead of the Vyatta Model.
1010- AosCX has been reworked and may break old OS versions. Submit an issue along with a YAML Simulation File if you encounter problems.
Original file line number Diff line number Diff line change 11# frozen_string_literal: true
22
33module Oxidized
4- VERSION = '0.34.3 '
5- VERSION_FULL = '0.34.3 '
4+ VERSION = '0.35.0 '
5+ VERSION_FULL = '0.35.0 '
66 def self . version_set
77 version_full = %x(git describe --tags) . chop rescue ""
88 version = %x(git describe --tags --abbrev=0) . chop rescue ""
You can’t perform that action at this time.
0 commit comments